Commit 074ec119 authored by nimrod's avatar nimrod
Browse files

Shared Terraform plugin cache.

parent 3d41cc76
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@

export TF_CLI=tofu
export TF_DEBUG=1
export TF_PLUGIN_CACHE_DIR="${HOME}/.cache/tofu/plugins"
alias tfa='tf apply tfplan'
alias tfaa='tf apply -auto-approve'
alias tfar='tf apply tfplan && tf plan -out tfplan -refresh-only && tf apply tfplan'