Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 620 Bytes

File metadata and controls

12 lines (7 loc) · 620 Bytes

TerraformAutoDeployConfig

Properties

Name Type Description Notes
auto_deploy bool
terraform_action TerraformAction Action to force a specific Terraform behavior on autodeploy. DEFAULT: The action is resolved based on the deployment type: - Start/Restart -> PLAN_AND_APPLY - Delete -> DESTROY - Pause -> PLAN_ONLY (enum: DEFAULT, PLAN, NOOP)

[Back to Model list] [Back to API list] [Back to README]