-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Upgrading from Terragrunt version 0.28.12 to 0.34.3 and onwards errors out with no variable named "dependency" #2298
Comments
Hi,
|
@denis256
In above config, if you notice |
Hi, |
Hi @denis256 I think there was some fix for the similar issue in version So, the setup work well if I hard code the account_id in I tried running this with |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for raising this issue. |
I am trying to upgrade terragrunt from version 0.28.12 to latest but seems there are some breaking change from 0.28.12 to 0.39.0. Therefore I started upgrading version by version checking all the changelogs.
The
terragrunt plan
works well till version 0.33.2 but as soon as I upgrade to version 0.34.0 and above I start getting below error on planI noticed that there are some breaking changes from v0.35.0 but that is on
dependencies
I am not usingdependencies
rather usingdependency
block.My terragrunt.hcl looks like below:
PS: I tried giving a label to include block as well. Still same issue.
The text was updated successfully, but these errors were encountered: