Update deployment process

This commit is contained in:
2023-12-17 08:12:08 -06:00
committed by Octopus Deploy
parent 1f17866b90
commit 9c52840bc5

View File

@@ -7,8 +7,6 @@ step "plan-to-apply-a-terraform-template" {
Octopus.Action.RunOnServer = "true"
Octopus.Action.Template.Id = "ActionTemplates-1"
Octopus.Action.Template.Version = "1"
TF_INIT = "#{TF_INIT}"
TF_PACKAGE = "#{TF_PACKAGE}"
}
worker_pool_variable = ""
@@ -40,8 +38,6 @@ step "terraform-apply" {
Octopus.Action.RunOnServer = "true"
Octopus.Action.Template.Id = "ActionTemplates-2"
Octopus.Action.Template.Version = "1"
TF_INIT = "#{TF_INIT}"
TF_PACKAGE = "#{TF_PACKAGE}"
}
worker_pool_variable = ""