-
-
Notifications
You must be signed in to change notification settings - Fork 995
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
Terragrunt "run-all plan" do not respects TERRAGRUNT_CONFIG env variable #2031
Comments
Hi, |
Hi @denis256, thanks for response.
Meaning I do load hidden files between modules. |
Hello, |
From what I see, the logic for identification of default terragrunt file should be updated to fetch value from https://github.com/gruntwork-io/terragrunt/blob/master/config/config.go#L498 https://github.com/gruntwork-io/terragrunt/blob/master/config/config.go#L28 |
Hi @denis256, thanks for testing this out! |
Resolved in v0.50.15 release. |
Hi, I've set
TERRAGRUNT_CONFIG=.terragrunt.hcl
.So my root and leaf folders have this .terragrunt.hcl file.
Everything works well when I'm trying to run terragrunt from child folder, but I get "Could not find any subfolders with Terragrunt configuration files" error when trying to run from
terragrunt run-all plan
from root. Renaming .terragrunt.hcl -> terragrunt.hcl fixes the issue, but I would prefer to use "dot" prefix if possible.It seems like this line is using default config name and not the parsed argument.
The text was updated successfully, but these errors were encountered: