Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 997 Bytes

File metadata and controls

19 lines (14 loc) · 997 Bytes
name queue-exclude-external
description Exclude external dependencies from the queue of Units to run.
type bool
env
TG_QUEUE_EXCLUDE_EXTERNAL

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.