Back to Terragrunt

Runall Cancel Bypasses Cleanup

docs/src/data/changelog/v1.0.5/runall-cancel-bypasses-cleanup.mdx

1.0.5369 B
Original Source

Declining a run --all or --graph confirmation no longer skips cleanup

When terragrunt run --all destroy (or --all state, --all apply, or the equivalent --graph variants) prompted for confirmation and the user answered "no", Terragrunt terminated the process directly, skipping cleanup the run had registered.

Cleanup now runs before Terragrunt exits.