Skip to content

Commit

Permalink
Turn on terragrunt provider caching to help with throttling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
erl-hpe committed Oct 31, 2024
1 parent 02b45e3 commit d9c5dfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vtds_provider_gcp/private/terragrunt.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,8 @@ def __run(self, subdir, operation, tag, timeout=None):
self.tg_cmd,
'run-all',
operation,
'--terragrunt-non-interactive'
'--terragrunt-non-interactive',
'--terragrunt-provider-cache'
],
stdout=out, stderr=err, cwd=directory
) as terragrunt:
Expand Down

0 comments on commit d9c5dfc

Please sign in to comment.