Back to Terragrunt

Queue Include External

docs/src/data/flags/queue-include-external.mdx

1.0.3424 B
Original Source

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

<Aside type="tip" title="Alias for --filter">

This flag is an alias for the --filter flag.

When using this flag, the equivalent filter expression is used instead.

e.g.

bash
terragrunt run --all --queue-include-external -- plan

is equivalent to:

bash
terragrunt run --all --filter "{./**}..." -- plan
</Aside>