[{"content":"A collection of notes and guides on homelab setup, DevOps practices, and infrastructure automation.\n","date":"14 June 2026","externalUrl":null,"permalink":"/","section":"","summary":"A collection of notes and guides on homelab setup, DevOps practices, and infrastructure automation.\n","title":"","type":"page"},{"content":"","date":"14 June 2026","externalUrl":null,"permalink":"/tags/devops/","section":"Tags","summary":"","title":"Devops","type":"tags"},{"content":"","date":"14 June 2026","externalUrl":null,"permalink":"/tags/iac/","section":"Tags","summary":"","title":"Iac","type":"tags"},{"content":"","date":"14 June 2026","externalUrl":null,"permalink":"/notes/","section":"Notes","summary":"","title":"Notes","type":"notes"},{"content":"","date":"14 June 2026","externalUrl":null,"permalink":"/tags/","section":"Tags","summary":"","title":"Tags","type":"tags"},{"content":"","date":"14 June 2026","externalUrl":null,"permalink":"/tags/terraform/","section":"Tags","summary":"","title":"Terraform","type":"tags"},{"content":" Storage optimizations # Provider plugin cache # Allow Terraform the use of a local directory as a shared plugin cache, which then allows each distinct plugin binary to be downloaded only once, instead of downloading it to separate .terraform folder in each root module.\nplugin_cache_dir = \u0026#34;$HOME/.terraform.d/plugin-cache\u0026#34; OR\nexport TF_PLUGIN_CACHE_DIR=\u0026#34;$HOME/.terraform.d/plugin-cache\u0026#34; References:\nhttps://developer.hashicorp.com/terraform/cli/config/config-file#provider-plugin-cache Cleanup of .terraform folders # find ./ -type d -name \u0026quot;.terraform\u0026quot; -exec rm -rf {} + - remove all .terraform folders recursively from the current folder\n","date":"14 June 2026","externalUrl":null,"permalink":"/notes/terraform/","section":"Notes","summary":"Storage optimizations # Provider plugin cache # Allow Terraform the use of a local directory as a shared plugin cache, which then allows each distinct plugin binary to be downloaded only once, instead of downloading it to separate .terraform folder in each root module.\nplugin_cache_dir = \"$HOME/.terraform.d/plugin-cache\" OR\n","title":"Terraform Notes","type":"notes"}]