From 3f0986ab463e658a9e2fa1bbcbece91f2427264c Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 13 Dec 2023 08:50:32 -0600 Subject: [PATCH] Update deployment process --- .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 5b9fabd..4b9fd86 100644 --- a/.octopus/deployment_process.ocl +++ b/.octopus/deployment_process.ocl @@ -16,7 +16,7 @@ step "plan-to-apply-a-terraform-template" { Octopus.Action.Terraform.AllowPluginDownloads = "True" Octopus.Action.Terraform.AzureAccount = "False" Octopus.Action.Terraform.EnvVariables = "{}" - Octopus.Action.Terraform.FileSubstitution = "*.tfvars" + Octopus.Action.Terraform.FileSubstitution = "variables.tfvars" Octopus.Action.Terraform.GoogleCloudAccount = "False" Octopus.Action.Terraform.ManagedAccount = "None" Octopus.Action.Terraform.PlanJsonOutput = "False"