Background I have developed several Azure Policy-related solutions for various customers over the last 4-5 years. Some of these patterns have kept evolving over time. I […]
If you’ve ever tried to put together a “simple” Terraform module for Azure, you’ll know it rarely stays simple. You start with a couple of resources. […]
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 […]
I’ve found that Terraform Stacks works really well as long as the dependency chain is purely infrastructure. One component produces… Continue reading on Medium »
If you’ve been using AI tools to help with Terraform, you’ve probably noticed they sometimes suggest outdated provider arguments or resource configurations that don’t quite match […]
If you’ve been using AI tools to help with Terraform, you’ve probably noticed they sometimes suggest outdated provider arguments or resource configurations that don’t quite match […]
The Bicep console is a feature that helps with prototyping, experimenting, and validating Azure Bicep code snippets. Additionally, you can leverage the Bicep console to validate […]
Hey folks in this blog post I’ll be describing three distinct Terragrunt file patterns for orchestrating your Terraform codebase at scale. Terragrunt is an orchestrator for […]
A long-lived dream of many Azure Bicep users has been the ability to deploy outside the Azure environment, similar to what you can do with Terraform. […]
While setting up Azure API Management with Azure Active Directory (AAD) as an identity provider using Terraform, I encountered a subtle… Continue reading on Azure Terraformer […]
When working with Terraform in a single-subscription context, you typically don’t think much about how Azure Resource Providers are… Continue reading on Azure Terraformer »