From f34b2db453267f6a5d3c68721d23efa987243e64 Mon Sep 17 00:00:00 2001 From: Octopus Deploy Date: Mon, 18 Dec 2023 08:50:07 -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 7f50c0c..464783d 100644 --- a/.octopus/deployment_process.ocl +++ b/.octopus/deployment_process.ocl @@ -5,7 +5,7 @@ step "terraform-plan" { properties = { Octopus.Action.RunOnServer = "true" Octopus.Action.Template.Id = "ActionTemplates-1" - Octopus.Action.Template.Version = "0" + Octopus.Action.Template.Version = "1" } worker_pool_variable = "" }