<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Notes on Matus Zeman's Notepad</title><link>https://matuszeman.dev/notes/</link><description>Recent content in Notes on Matus Zeman's Notepad</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2026</copyright><lastBuildDate>Sun, 14 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://matuszeman.dev/notes/index.xml" rel="self" type="application/rss+xml"/><item><title>Terraform Notes</title><link>https://matuszeman.dev/notes/terraform/</link><pubDate>Sun, 14 Jun 2026 00:00:00 +0000</pubDate><guid>https://matuszeman.dev/notes/terraform/</guid><description>&lt;h2 class="relative group"&gt;Storage optimizations
 &lt;div id="storage-optimizations" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#storage-optimizations" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;

&lt;h3 class="relative group"&gt;Provider plugin cache
 &lt;div id="provider-plugin-cache" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#provider-plugin-cache" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h3&gt;
&lt;p&gt;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 &lt;code&gt;.terraform&lt;/code&gt; folder in each root module.&lt;/p&gt;
&lt;div class="highlight-wrapper"&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-text" data-lang="text"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;plugin_cache_dir = &amp;#34;$HOME/.terraform.d/plugin-cache&amp;#34;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;OR&lt;/p&gt;</description></item></channel></rss>