Agent skills are a practical way to capture reusable engineering judgement for AI coding agents, whether that judgement relates to reviewing Terraform, creating architecture diagrams, writing […]
The previous post made the case that AI-assisted engineering is becoming a platform concern. This post is about the follow-up question: what controls actually make that […]
Terraform is usually used to provision infrastructure such as networks, databases, storage accounts, and cloud services. In this setup… Continue reading on Medium »
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 […]