From ea612ffd800ac4d837cc9dc969ba86ed89649c1f Mon Sep 17 00:00:00 2001 From: Octopus Deploy Date: Mon, 18 Dec 2023 08:50:12 -0600 Subject: [PATCH] Update step template version --- .octopus/deployment_process.ocl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.octopus/deployment_process.ocl b/.octopus/deployment_process.ocl index 464783d..fd614ea 100644 --- a/.octopus/deployment_process.ocl +++ b/.octopus/deployment_process.ocl @@ -30,7 +30,7 @@ step "terraform-apply" { properties = { Octopus.Action.RunOnServer = "true" Octopus.Action.Template.Id = "ActionTemplates-2" - Octopus.Action.Template.Version = "0" + Octopus.Action.Template.Version = "1" } worker_pool_variable = "" }