Update deployment process
This commit is contained in:
@@ -2,20 +2,10 @@ step "terraform-plan" {
|
|||||||
name = "Terraform Plan"
|
name = "Terraform Plan"
|
||||||
|
|
||||||
action {
|
action {
|
||||||
action_type = "Octopus.TerraformPlan"
|
|
||||||
properties = {
|
properties = {
|
||||||
Octopus.Action.GoogleCloud.ImpersonateServiceAccount = "False"
|
|
||||||
Octopus.Action.GoogleCloud.UseVMServiceAccount = "True"
|
|
||||||
Octopus.Action.RunOnServer = "true"
|
Octopus.Action.RunOnServer = "true"
|
||||||
Octopus.Action.Script.ScriptSource = "Package"
|
Octopus.Action.Template.Id = "ActionTemplates-1"
|
||||||
Octopus.Action.Terraform.AdditionalInitParams = "#{TF_INIT}"
|
Octopus.Action.Template.Version = "1"
|
||||||
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"
|
|
||||||
}
|
}
|
||||||
worker_pool_variable = ""
|
worker_pool_variable = ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user