One of the most important (and overlooked) truths in infrastructure as code is this: Terraform is not application code.That might sound… Continue reading on DevOps.dev »
One of the most important (and overlooked) truths in infrastructure as code is this: Terraform is not application code.That might sound… Continue reading on Medium »
Naming every module in Azure Bicep used to be mandatory. With the release of the optional module names setting an explicit module deployment name is now optional. With […]
Over the years, working with Azure and various other cloud providers, I’ve seen — and made — my fair share of automation mistakes. These… Continue reading on Azure Terraformer »
In the ever-expanding universe of infrastructure as code, Terraform has become a starship of choice for cloud engineers. And when… Continue reading on Azure Terraformer »
Azure provides multiple ways to interact with and provision resources, each designed to suit different workflows and preferences. Whether… Continue reading on Azure Terraformer »
<![CDATA[ The Terraform AzAPI Provider has become a powerful companion to the more traditional AzureRM provider, especially for users needing access to the day zero Azure […]
<![CDATA[ What is Snyk IaC Snyk is a misconfiguration IaC tool that identifies vulnerabilities in how people write their code. Though I am writing about its […]
Sometimes, deploying a Bicep template using the preferred main.bicep method is not possible due to insufficient deployment permissions, especially when deploying across different subscriptions. This requires […]