terragrunt
terragrunt copied to clipboard
terragrunt failed to read variables file
hi, i am new to terragrunt and encountering a problem when try to plan-all.
I am using terraform v.0.12.28 and terragrunt v0.23.10.
my root terragrunt.hcl:
my files-tree:
and the problem i am encountering when trying to terragrunt plan-all:
i have tried to change the file location to to c:// , but it still gave this error. if i am using terraform to deploy each folder, it works.
i cannot find any similar problem with terragrunt over the internet. does anyone encountered this too?
Does it work if you switch /
to \
in the path?:
"${get_parent_terragrunt_dir()}\\terraform.tfvars"
no, unfortunately getting the same result
Eliasi could you remove your cache directory and after that let's try again!
i tried it. unfortunately, it results with the same responses
Same issue here. Any updates?
no.. sorry, could not solve it yet. i am using terraform for now
Didn't work for me either, I switched to required_var_files = ["${get_parent_terragrunt_dir()}/common.tfvars"]
instead of arguments and that worked great.