-
-
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
Prevent terraform init
command from parallel running if plugin cache is used
#2698
Conversation
init
command from parallel running if plugin cache is used
This is a very cool solution! |
@denis256 Thanks for the review! |
Thanks, I hope this PR solves the issue. |
init
command from parallel running if plugin cache is usedterraform init
command from parallel running if plugin cache is used
…runtwork-io#2698) * fix: prevent terraform `init` from running in parallel * chore: docs update * chore: docs update * chore: improved plugin cache detection
…runtwork-io#2698) * fix: prevent terraform `init` from running in parallel * chore: docs update * chore: docs update * chore: improved plugin cache detection
@levkohimins - is there a way to override this? I understand the limitations of the cache, but i still want my |
@atheiman, Starting with v0.56.4, in which we implemented Terragrunt Provider Cache this is no longer relevant (this code has been removed), namely |
Description
Prevent
terraform init
command from parallel running if the terraform plugin cache is used.Related Issues
Fixes #1212
Fixes #1087
Related to #2542