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

fix: missing environment variables in dependencies #350

Merged
merged 1 commit into from
Sep 8, 2024

Conversation

Sancretor
Copy link
Contributor

@Sancretor Sancretor commented Aug 28, 2024

Pull Request

Related Github Issues

Description

A terragrunt file that uses get_env("SOME_ENV_VAR") and is a dependency to another one will get an error saying the env var does not exist. It works on files that are not a dependency.
This happens because the getDependencies function does not supply the environment variables to its recursive calls in this case.

Security Implications

  • [none]

System Availability

  • [none]

@Almenon Almenon merged commit 3aafc36 into transcend-io:master Sep 8, 2024
3 checks passed
@Almenon Almenon mentioned this pull request Sep 8, 2024
@Almenon
Copy link
Collaborator

Almenon commented Sep 8, 2024

opened up a PR for new release: #353

@Sancretor
Copy link
Contributor Author

Thanks a ton !

@Almenon Almenon added this to the v1.19.0 milestone Oct 7, 2024
@Almenon
Copy link
Collaborator

Almenon commented Oct 7, 2024

This has been published in the v1.19.0 release, which was just released

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.

2 participants