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