From 9c52840bc57a7751cfe624281f3d590cd017bf17 Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 17 Dec 2023 08:12:08 -0600 Subject: [PATCH] Update deployment process --- .octopus/deployment_process.ocl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.octopus/deployment_process.ocl b/.octopus/deployment_process.ocl index a68132a..123a7ce 100644 --- a/.octopus/deployment_process.ocl +++ b/.octopus/deployment_process.ocl @@ -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 = ""