From 5541ebee510d930d3cffd74218ef01dc26c76300 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 19 Dec 2023 08:07:23 -0600 Subject: [PATCH] Update deployment process --- .octopus/deployment_process.ocl | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.octopus/deployment_process.ocl b/.octopus/deployment_process.ocl index 4807085..b216843 100644 --- a/.octopus/deployment_process.ocl +++ b/.octopus/deployment_process.ocl @@ -2,20 +2,10 @@ step "terraform-plan" { name = "Terraform Plan" action { - action_type = "Octopus.TerraformPlan" properties = { - Octopus.Action.GoogleCloud.ImpersonateServiceAccount = "False" - Octopus.Action.GoogleCloud.UseVMServiceAccount = "True" Octopus.Action.RunOnServer = "true" - Octopus.Action.Script.ScriptSource = "Package" - Octopus.Action.Terraform.AdditionalInitParams = "#{TF_INIT}" - Octopus.Action.Terraform.AllowPluginDownloads = "True" - Octopus.Action.Terraform.AzureAccount = "False" - Octopus.Action.Terraform.GoogleCloudAccount = "False" - Octopus.Action.Terraform.ManagedAccount = "None" - Octopus.Action.Terraform.PlanJsonOutput = "False" - Octopus.Action.Terraform.RunAutomaticFileSubstitution = "True" - OctopusUseBundledTooling = "False" + Octopus.Action.Template.Id = "ActionTemplates-1" + Octopus.Action.Template.Version = "1" } worker_pool_variable = ""