Skip to content

Commit e9179b7

Browse files
committed
add empty_apply run operation constant
1 parent 8e033bf commit e9179b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run.go

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ const (
9292
RunOperationPlanOnly RunOperation = "plan_only"
9393
RunOperationRefreshOnly RunOperation = "refresh_only"
9494
RunOperationDestroy RunOperation = "destroy"
95+
RunOperationEmptyApply RunOperation = "empty_apply"
9596
)
9697

9798
// RunList represents a list of runs.

0 commit comments

Comments
 (0)