If you’ve been using Terraform for a few years and would rank yourself as intermediate, you’re probably finding that the foundational concepts are well behind you — but […]
<![CDATA[ Azure Verified Modules (AVM) for Terraform refers to a collection of verified and trusted Terraform modules specifically designed for use with Microsoft Azure. These modules […]
When working with Azure infrastructure, there’s one provider that consistently flies under the radar: the azuread provider. It’s powerful… Continue reading on Azure Terraformer »
When working with Azure infrastructure, there’s one provider that consistently flies under the radar: the azuread provider. It’s powerful… Continue reading on Medium »
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 »
Recently, I was working with the Azure DevOps Terraform provider to automate pipeline provisioning at work. Everything was going smoothly… Continue reading on Azure Terraformer »
I recommend for any azure terraform deployments, to use the Azure Naming terraform module for a consistent and easy way to generate azure resource name according […]
I have been testing out the Azure Verified Module for Azure Kubernetes Service that can be found in the Terraform Registry at https://registry.terraform.io/modules/Azure/avm-res-containerservice-managedcluster. This module came […]
Azure provides multiple ways to interact with and provision resources, each designed to suit different workflows and preferences. Whether… Continue reading on Azure Terraformer »
I came across the Azure Verified Module for Azure Kubernetes Service and in its Github repo I found a Well Architected Framework (WAF) Aligned example for […]