From 910aa7684b96c314b8f189f9f6636282bdb92bec Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 14 Dec 2023 19:35:46 -0600 Subject: [PATCH] Update deployment process --- .octopus/deployment_process.ocl | 1 + 1 file changed, 1 insertion(+) diff --git a/.octopus/deployment_process.ocl b/.octopus/deployment_process.ocl index 4b9fd86..a24bd10 100644 --- a/.octopus/deployment_process.ocl +++ b/.octopus/deployment_process.ocl @@ -12,6 +12,7 @@ step "plan-to-apply-a-terraform-template" { Octopus.Action.Package.PackageId = "#{TF_PACKAGE}" Octopus.Action.RunOnServer = "true" Octopus.Action.Script.ScriptSource = "Package" + Octopus.Action.Terraform.AdditionalActionParams = "-var-file=variables.tfvar" Octopus.Action.Terraform.AdditionalInitParams = "#{TF_INIT}" Octopus.Action.Terraform.AllowPluginDownloads = "True" Octopus.Action.Terraform.AzureAccount = "False"