Replies: 1 comment 1 reply
-
Hello, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team,
A few days ago, I updated my Terragrunt version to v0.53.0 from v0.48.0. I am applying the same terragrunt modules as the ones I have when I used the older version.
Immediately after upgrading to the new version, I have started to receive the following error:
It's important to clarify two things:
.terragrunt-cache
directory is generated by running any form of operation on the modules withterragrunt-cli
.Attempted solutions:
terragrunt <OPERATION;APPLY,DESTROY,ETC> --terragrunt-source-update --auto-approve
. It worked, but only with the--auto-approve
flag. Without it, the cache failed it again, and when applying one module and not all sub-modules under the root terrragrunt modules, as I normally do (aka when runningterragrunt run-all apply --terragrunt-source-update --auto-approve
).-refresh=true
. Failed in all times, no matter which additional flags were provided, with the same original error.--terragrunt-exclude-dir '**.terragrunt-cache'
and --terragrunt-exclude-dir '*.terragrunt-cache' flag, using the different arguments I listed; resulting in the same original error.terragrunt-use-partial-parse-config-cache
option. Results in the same original error.I have thoroughly browsed the known bugs in the versioning changelog and have scanned the internet for similar issues to no avail. Please assist/advise, would greatly appreciate any feedback.
Much obliged,
Gilad
Tracked in ticket #110575
Beta Was this translation helpful? Give feedback.
All reactions