| name | queue-exclude-external | |
|---|---|---|
| description | Exclude external dependencies from the queue of Units to run. | |
| type | bool | |
| env |
|
import { Aside } from '@astrojs/starlight/components';
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 --queue-include-external if you need to include external dependencies.
When enabled, Terragrunt will exclude external dependencies (dependencies outside the current working directory) from the queue when running commands with --all.
Note that an external dependency is a dependency that is outside the current Terragrunt working directory and is not within any directories specified by queue-include-dir.