From 074ec119ab2bdd732c17c17e080399e27cc59746 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 24 May 2025 19:08:53 +0300 Subject: [PATCH] Shared Terraform plugin cache. --- .bashrc.d/terraform | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc.d/terraform b/.bashrc.d/terraform index f61e887..8a2afda 100644 --- a/.bashrc.d/terraform +++ b/.bashrc.d/terraform @@ -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' -- GitLab