Infrastructure as Code (IaC) can help you manage your infrastructure, however your code base can quickly become complex as your infrastructure grows. Terraform modules can help […]
I have written a lot of Terraform over the years and learned the importance of testing Terraform configurations. Testing is often overlooked but is crucial for […]
Infrastructure as Code (IaC) has changed the way we manage and deploy cloud environments. By combining Terraform with CI/CD tools like GitHub Actions, we can automate […]
Managing Azure resources effectively requires powerful and flexible tools. This is where Infrastructure as Code (IaC) comes into play. IaC enables you to define and manage […]
Terraform preconditions offer you a way to enforce conditions and even rules before creating, updating or destroying your Terraform resources. By adding preconditions you are adding […]
By using Terraform with GitHub Actions, IT professionals can automate and streamline the deployment of resources across Azure environments in a consistent and reliable way. This […]
Let’s look at Terraform variable validation. I find it certainly useful when writing Terraform. This applies whether that be within a module or a direct resource […]
By using Terraform within an Azure DevOps pipeline, IT professionals can deploy resources consistently and reliably across Azure environments. This guide will walk you through setting […]
In this post, we’ll explore the creation of a Terraform template that can help you deploy an Azure Log Analytics workspace. Log Analytics is a powerful […]
I recently had the pleasure of taking part in the 2024 Technical Summit – a community event covering the key areas of AI, digital transformation, and […]