docs(cli-options): add a warning message about non-functionnal glob curly braces expansion for TERRAGRUNT_INCLUDE_DIR and TERRAGRUNT_EXCLUDE_DIR env variables #3516
This P.R adds a warning message in CLI options documentation of --terragrunt-include-dir and --terragrunt-exclude-dir args about not supporting glob curly expansion braces with environment variables.
[x] Run the relevant tests successfully, including pre-commit checks.
[x] Ensure any 3rd party code adheres with our license policy or delete this line if its not applicable.
[x] Include release notes. If this PR is backward incompatible, include a migration guide.
Release Notes (draft)
Updated docs to add a warning message for non supported glob braces expansion using TERRAGRUNT_INCLUDE_DIR and TERRAGRUNT_EXCLUDE_DIR environment variables.
Description
Fixes #3462
This P.R adds a warning message in CLI options documentation of
--terragrunt-include-dir
and--terragrunt-exclude-dir
args about not supporting glob curly expansion braces with environment variables.TODOs
Read the Gruntwork contribution guidelines.
Release Notes (draft)
Updated docs to add a warning message for non supported glob braces expansion using TERRAGRUNT_INCLUDE_DIR and TERRAGRUNT_EXCLUDE_DIR environment variables.