gruntwork-io / terragrunt

Terragrunt is a flexible orchestration tool that allows Infrastructure as Code written in OpenTofu/Terraform to scale.
https://terragrunt.gruntwork.io/
MIT License
8.09k stars 981 forks source link

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

Closed Neonox31 closed 1 week ago

Neonox31 commented 3 weeks ago

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.