You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The one place this doesn't seem to work is when I run terragrunt run-all --terragrunt-non-interactive providers lock -platform=windows_amd64 -platform=darwin_amd64 -platform=darwin_arm64 -platform=linux_amd64 to regenerate the lock files.
This is super slow, as every module needs causes the dependencies to be downloaded over and over
I can't find an obvious way to enable this. Am I missing something?
The text was updated successfully, but these errors were encountered:
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.
In my terragrunt.hcl I have the following defined for caching
The one place this doesn't seem to work is when I run
terragrunt run-all --terragrunt-non-interactive providers lock -platform=windows_amd64 -platform=darwin_amd64 -platform=darwin_arm64 -platform=linux_amd64
to regenerate the lock files.This is super slow, as every module needs causes the dependencies to be downloaded over and over
I can't find an obvious way to enable this. Am I missing something?
The text was updated successfully, but these errors were encountered: