Skip to content

Commit

Permalink
adding run-all to TerraformCommandsWithLockSupport
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtam committed May 25, 2021
1 parent 25f19f0 commit c2d5a4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions modules/terraform/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ var commandsWithParallelism = []string{
"plan",
"apply",
"destroy",
"plan-all",
"run-all",
"apply-all",
"destroy-all",
}

// GetCommonOptions extracts commons terraform options
Expand Down
3 changes: 1 addition & 2 deletions modules/terraform/format.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ import (
var TerraformCommandsWithLockSupport = []string{
"plan",
"apply",
"apply-all",
"run-all",
"destroy",
"destroy-all",
"init",
"refresh",
"taint",
Expand Down

0 comments on commit c2d5a4e

Please sign in to comment.