| 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) |