Back to Terragrunt

Queue Ignore Dag Order

docs/src/data/flags/queue-ignore-dag-order.mdx

1.0.3472 B
Original Source

When enabled, Terragrunt will ignore the dependency order when running commands with --all. This means units will be executed in arbitrary order, which can be useful for read-only operations like plan.

Note that this can lead to errors if used with commands that modify state, as dependencies might be processed in the wrong order.

To learn more about how to use this flag, see the Stacks feature documentation.