Back to Terragrunt

Fail Fast

docs/src/data/flags/fail-fast.mdx

1.0.3404 B
Original Source

import { Aside } from '@astrojs/starlight/components';

When enabled, Terragrunt will fail the entire run as soon as any unit fails. If any unit encounters an error during execution, all remaining units will be skipped and the run will exit with a failure status immediately.

This is useful for enforcing strict failure handling in CI/CD pipelines or when you want to stop processing on the first error.