diff --git a/.bashrc.d/terraform b/.bashrc.d/terraform
index f61e887b008c5640ed7200cfcf398ea164be720e..8a2afdaeb39f17636bda4ae9154dcf6cd61b44fb 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'