<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Terraform on Erwin Staal</title>
    <link>https://staal-it.nl/tags/terraform/</link>
    <description>Recent content in Terraform on Erwin Staal</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>KVK: Staal IT, 56920202 - Copyright © 2025</copyright>
    <lastBuildDate>Sun, 12 Mar 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://staal-it.nl/tags/terraform/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Creating reusable modules with Bicep, Terraform or Pulumi</title>
      <link>https://staal-it.nl/posts/modularizing-iac-bicep-terraform-pulumi/</link>
      <pubDate>Sun, 12 Mar 2023 00:00:00 +0000</pubDate>
      
      <guid>https://staal-it.nl/posts/modularizing-iac-bicep-terraform-pulumi/</guid>
      <description>Over the years, I’ve been working with several infrastructure as code tools. One of the things that I always find essential, no matter the tool, is to write readable and maintainable code. One way to do that is to create a proper structure for what you are building. All of the IaC tools I have used allow you to modularize your code somehow. A module is a piece of code responsible for one specific thing.</description>
    </item>
    
    <item>
      <title>Installing multiple VM extensions on an Azure VM using Terraform</title>
      <link>https://staal-it.nl/posts/azure-vm-multiple-vm-extensions-using-terraform/</link>
      <pubDate>Sat, 25 Feb 2023 00:00:00 +0000</pubDate>
      
      <guid>https://staal-it.nl/posts/azure-vm-multiple-vm-extensions-using-terraform/</guid>
      <description>&lt;p&gt;In a recent project, we used Azure Datafactory in a closed network and needed to access resources on-premises. That means that you cannot use the Autoresolve runtime of Datafactory. We thus used our own VM and installed the Self Hosted Integration Runtime software using a VM extension. So far, so good. We needed to install another piece of software on that VM a little later in the project. I started adding another VM extension only to find out that you can only install one VM extension per VM on Azure. We needed to find a way to install multiple dependencies on the VM using a single VM extension in a configurable and manageable way. This blog will describe how we did that using Terraform.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Custom Domain on Azure App Service using Terraform and Cloudflare</title>
      <link>https://staal-it.nl/posts/azure-terraform-cloudflare-example/</link>
      <pubDate>Mon, 09 Jan 2023 00:00:00 +0000</pubDate>
      
      <guid>https://staal-it.nl/posts/azure-terraform-cloudflare-example/</guid>
      <description>&lt;p&gt;The other day, I was building some infrastructure on Azure that contained an Azure App Service. I wanted to use a custom domain so that users can use the application over a nice domain name instead of the *.azurewebsites.net. The infrastructure is built using Terraform; luckily, there is a provider for Cloudflare. Cloudflare is where the domain&amp;rsquo;s DNS is managed. This blog post will walk you through the steps to do all the configuration.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Terraform Azure DevOps to Azure example pipeline</title>
      <link>https://staal-it.nl/posts/azure-terraform-example-pipeline/</link>
      <pubDate>Mon, 14 Feb 2022 00:00:00 +0000</pubDate>
      
      <guid>https://staal-it.nl/posts/azure-terraform-example-pipeline/</guid>
      <description>&lt;p&gt;I finally had the opportunity to work with Terraform on one of my recent projects. I have been building Infrastructure as Code with ARM templates or Bicep for years. Together with two friends, I even wrote a &lt;a href=&#34;https://www.manning.com/books/azure-infrastructure-as-code&#34;&gt;book&lt;/a&gt; on that! Terraform was always on my list of tools to work with. I had played around with it a little in my spare time but never got the opportunity to put it to use in an actual project. This blog will help you get started!&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
