From cb457a75f480c9eeb0bb2d15f3ac031d35d3f8e5 Mon Sep 17 00:00:00 2001 From: pbrogan12 Date: Mon, 5 Aug 2024 08:55:29 -0400 Subject: [PATCH] add env TERRAGRUNT_EXCLUDE_DIR to docs (#3320) --- docs/_docs/04_reference/cli-options.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_docs/04_reference/cli-options.md b/docs/_docs/04_reference/cli-options.md index 7f00e972c..fd319e210 100644 --- a/docs/_docs/04_reference/cli-options.md +++ b/docs/_docs/04_reference/cli-options.md @@ -989,6 +989,7 @@ terragrunt run-all plan --terragrunt-excludes-file <(terragrunt hclvalidate --te ### terragrunt-exclude-dir **CLI Arg**: `--terragrunt-exclude-dir`
+**Environment Variable**: `TERRAGRUNT_EXCLUDE_DIR`
**Requires an argument**: `--terragrunt-exclude-dir /path/to/dirs/to/exclude*`
Can be supplied multiple times: `--terragrunt-exclude-dir /path/to/dirs/to/exclude --terragrunt-exclude-dir /another/path/to/dirs/to/exclude`