Skip to content
Snippets Groups Projects
Commit 074ec119 authored by nimrod's avatar nimrod
Browse files

Shared Terraform plugin cache.

parent 3d41cc76
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
export TF_CLI=tofu export TF_CLI=tofu
export TF_DEBUG=1 export TF_DEBUG=1
export TF_PLUGIN_CACHE_DIR="${HOME}/.cache/tofu/plugins"
alias tfa='tf apply tfplan' alias tfa='tf apply tfplan'
alias tfaa='tf apply -auto-approve' alias tfaa='tf apply -auto-approve'
alias tfar='tf apply tfplan && tf plan -out tfplan -refresh-only && tf apply tfplan' alias tfar='tf apply tfplan && tf plan -out tfplan -refresh-only && tf apply tfplan'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment