[skip ci]
This commit is contained in:
@@ -3,7 +3,6 @@ step "plan-to-apply-a-terraform-template" {
|
||||
|
||||
action "terraform-plan" {
|
||||
action_type = "Octopus.TerraformPlan"
|
||||
environments = ["development"]
|
||||
is_required = true
|
||||
properties = {
|
||||
Octopus.Action.GoogleCloud.ImpersonateServiceAccount = "False"
|
||||
@@ -46,7 +45,6 @@ step "approve-plan" {
|
||||
|
||||
action {
|
||||
action_type = "Octopus.Manual"
|
||||
environments = ["development"]
|
||||
is_required = true
|
||||
properties = {
|
||||
Octopus.Action.Manual.BlockConcurrentDeployments = "False"
|
||||
@@ -55,6 +53,7 @@ step "approve-plan" {
|
||||
#{Octopus.Action[Terraform Plan].Output.TerraformPlanOutput}
|
||||
```
|
||||
EOT
|
||||
Octopus.Action.RunOnServer = "false"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user