Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Conversation

Neonox31
Copy link
Contributor

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.

  • Update the docs.
  • Run the relevant tests successfully, including pre-commit checks.
  • Ensure any 3rd party code adheres with our license policy or delete this line if its not applicable.
  • 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.

…urly braces expansion for TERRAGRUNT_INCLUDE_DIR and TERRAGRUNT_EXCLUDE_DIR env variables

Refs: gruntwork-io#3462
Copy link
Collaborator

@yhakbar yhakbar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution, @Neonox31 !

@yhakbar yhakbar merged commit b0b314c into gruntwork-io:main Nov 8, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

$TERRAGRUNT_INCLUDE_DIR env variable seems not support glob curly braces
2 participants