Back to Terragrunt

Units That Include

docs/src/data/flags/units-that-include.mdx

1.0.3441 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 --units-that-include shared.hcl -- plan

is equivalent to:

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