terraform/terraform-plan-destroy

Plan Destroy

Show what would be destroyed

terraform
plan
destroy

Command

terraform plan -destroy

Explanation

Previews the resources that would be destroyed without actually deleting them. Useful for validation before destructive actions.

Examples

Save destroy plan for review

terraform plan -destroy -out=tfplan_destroy