From 3f9116f88f7bfbcb2c2a4d6a001c295e48195b5d Mon Sep 17 00:00:00 2001 From: Octopus Deploy Date: Sun, 17 Dec 2023 08:09:20 -0600 Subject: [PATCH] Update step template version --- .octopus/deployment_process.ocl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.octopus/deployment_process.ocl b/.octopus/deployment_process.ocl index e977ffc..da5cc1d 100644 --- a/.octopus/deployment_process.ocl +++ b/.octopus/deployment_process.ocl @@ -6,7 +6,9 @@ step "plan-to-apply-a-terraform-template" { properties = { Octopus.Action.RunOnServer = "true" Octopus.Action.Template.Id = "ActionTemplates-1" - Octopus.Action.Template.Version = "0" + Octopus.Action.Template.Version = "1" + TF_INIT = "#{TF_INIT}" + TF_PACKAGE = "#{TF_PACKAGE}" } worker_pool_variable = ""