Skip to content

Commit

Permalink
add empty_apply run operation constant
Browse files Browse the repository at this point in the history
  • Loading branch information
mjyocca committed Jun 14, 2022
1 parent 8e033bf commit e9179b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run.go
Expand Up @@ -92,6 +92,7 @@ const (
RunOperationPlanOnly RunOperation = "plan_only"
RunOperationRefreshOnly RunOperation = "refresh_only"
RunOperationDestroy RunOperation = "destroy"
RunOperationEmptyApply RunOperation = "empty_apply"
)

// RunList represents a list of runs.
Expand Down

0 comments on commit e9179b7

Please sign in to comment.