ProposeDeploymentAction
Actions that support the propose/approve/reject workflow. PLAN is excluded
because a plan is already a non-destructive preview — gating it behind
approval adds no value.
enum ProposeDeploymentAction {
PROVISION
DECOMMISSION
}
Values​
ProposeDeploymentAction.PROVISION {#provision}​
Propose creating or updating infrastructure. On approval, the deployment runs with the snapshotted params.
ProposeDeploymentAction.DECOMMISSION {#decommission}​
Propose destroying all infrastructure managed by this instance. On approval, the teardown runs.
Member Of​
ProposeDeploymentInput input