We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e033bf commit e9179b7Copy full SHA for e9179b7
run.go
@@ -92,6 +92,7 @@ const (
92
RunOperationPlanOnly RunOperation = "plan_only"
93
RunOperationRefreshOnly RunOperation = "refresh_only"
94
RunOperationDestroy RunOperation = "destroy"
95
+ RunOperationEmptyApply RunOperation = "empty_apply"
96
)
97
98
// RunList represents a list of runs.
0 commit comments