-
|
Attempting to leverage Terraform plugin caching in our Terragrunt environment and running into race conditions with concurrency. I saw a few workarounds in gruntwork-io/terragrunt#1212 but was wondering if there are other ways around the problem as that issue is nearly a year old and I’m not sure if there have been any new features that could help. I’m thinking maybe an error_hook and/or some kind of retry but could use some other ideas. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
|
Unfortunately, we or the community hasn't really made progress on this so what's stated in the issue is still relevant at this point in time. |
Beta Was this translation helpful? Give feedback.
-
|
Think I'm getting close to a solution with the following, the problem with this is that when you get into a weird state with providers and run a |
Beta Was this translation helpful? Give feedback.
-
|
If anyone else runs across this we were able to get the configuration working in newer Terragrunt versions (v0.36.12+). |
Beta Was this translation helpful? Give feedback.
If anyone else runs across this we were able to get the configuration working in newer Terragrunt versions (v0.36.12+).