Back to Terragrunt

Queue Exclude External

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

1.0.3403 B
Original Source

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

<Aside type="caution" title="Deprecated"> This flag is deprecated and will be removed in a future version of Terragrunt. External dependencies are now excluded by default, making this flag unnecessary.

Use --filter flag with the expression {./**}... if you need to include external dependencies.

</Aside>