Terraform modules usually start with good intentions. A team wants consistency, there is some repeated Terraform, and a shared module feels like the obvious next step. […]
If, like me, you’ve been using Terraform for a while, you’ve probably deployed resources into a single Azure subscription. But what happens when your organization has […]
When I implemented the Azure AI Search index resource, the interesting part was not just creating a new Terraform resource. Continue reading on Azure Terraformer »
Sometimes the hardest part of contributing to a Terraform provider is not the resource implementation itself, but figuring out how to… Continue reading on Azure Terraformer […]
Terraform provider upgrades often turn into a manual research exercise. You check the registry, read changelogs, scan the codebase for deprecated resources, update the provider version, […]
If you’re new to Terraform you’ll quickly come across these two commands: terraform plan terraform apply At first glance, they can feel confusing. Why do you […]
I have been setting up email notifications for my side project, and I decided to give Azure Communication Service a try. I expected a… Continue reading […]
I’ve been trying to make my Terraform Cloud (now HCP Terraform) setup cleaner and more reusable by leaning into variable sets — a powerful… Continue reading […]
Most Azure practitioners are very good at automating infrastructure. Subscriptions, networks, compute, and even Azure role assignments are… Continue reading on Azure Terraformer »
While setting up a Terraform Stack in HCP Terraform, I needed to integrate an Auth0 provider in a secure and modular way. Continue reading on Medium […]
Lately, I’ve been chipping away at a fun little side project: building out my own self-managed development environment using Terraform… Continue reading on Medium »