Skip to content

Commit

Permalink
update environment variables for terragrunt
Browse files Browse the repository at this point in the history
  • Loading branch information
zbiljic committed Feb 12, 2025
1 parent ae1c2c0 commit 98ce977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home/dot_local/env.d/terragrunt.tmpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if lookPath "terragrunt" -}}
export TERRAGRUNT_PROVIDER_CACHE=1
export TERRAGRUNT_PROVIDER_CACHE_DIR="$HOME/.terraform.d/plugin-cache"
export TG_PROVIDER_CACHE=true
export TG_PROVIDER_CACHE_DIR="$HOME/.terraform.d/plugin-cache"
{{- end }}

0 comments on commit 98ce977

Please sign in to comment.