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 = ""