April 3, 2026

From Workarounds to First-Class Support: Adding Azure AI Search Data Plane Resources to Terraform

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 […]
March 11, 2026

Automating Terraform provider upgrades with GitHub Agentic Workflows

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, […]
February 5, 2026

Why Can’t I Reference Var Sets in Locals? Terraform Stacks, You’re Ironically Killing My DRYness

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 […]