From 1f17866b90a6dc4770e09e7d061bfe7d12e9013e Mon Sep 17 00:00:00 2001 From: Octopus Deploy Date: Sun, 17 Dec 2023 08:11: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 da5cc1d..a68132a 100644 --- a/.octopus/deployment_process.ocl +++ b/.octopus/deployment_process.ocl @@ -39,7 +39,9 @@ step "terraform-apply" { properties = { Octopus.Action.RunOnServer = "true" Octopus.Action.Template.Id = "ActionTemplates-2" - Octopus.Action.Template.Version = "0" + Octopus.Action.Template.Version = "1" + TF_INIT = "#{TF_INIT}" + TF_PACKAGE = "#{TF_PACKAGE}" } worker_pool_variable = ""