We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello! Thank you for your nice tutorial and TG setup! One thing i stumbled upon:
I was not able to simply import submodules from the components folder. I had to change
submodules
components
terraform-terragrunt-skeleton/deployments/root.hcl
Line 64 in f35e106
source = "${local.root_deployments_dir}/..//modules/stacks/${local.tier}/${local.stack}" ^ |
Also I think the way terragrunt imports files changed over the time as well. I had to change the root.hcl filename to terragrunt.hcl.
TF version: Terraform v1.1.8 on darwin_arm64 and terragrunt version v0.36.6
The text was updated successfully, but these errors were encountered:
@fellnerse thanks for the suggestion, I was scratching my head with this one. Perhaps a PR will do ?
Sorry, something went wrong.
No branches or pull requests
Hello!
Thank you for your nice tutorial and TG setup! One thing i stumbled upon:
I was not able to simply import
submodules
from thecomponents
folder. I had to changeterraform-terragrunt-skeleton/deployments/root.hcl
Line 64 in f35e106
to:
Also I think the way terragrunt imports files changed over the time as well. I had to change the root.hcl filename to terragrunt.hcl.
TF version: Terraform v1.1.8 on darwin_arm64
and terragrunt version v0.36.6
The text was updated successfully, but these errors were encountered: