Back to Terragrunt

Queue Include Units Reading

docs/src/data/flags/queue-include-units-reading.mdx

1.0.3450 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-units-reading shared.hcl -- plan

is equivalent to:

bash
terragrunt run --all --filter 'reading=shared.hcl' -- plan
</Aside>