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 […]
I have been building several Logic Apps recently. I wanted to fully automate the setup and configuration using Terraform. In this blog post I will be […]
It was recently announced that you can now use Terraform to Geo-Restore within PostgreSQL Flexible server. I will show how you can do this within this […]