All writing / Terraform & IaC on Azure
Terraform & IaC on Azure
Modules, state, secrets and the file layout that survives a second engineer. Terraform first, ARM and Bicep where they still win.
- Articles
- 6
- Last updated
- Nov 2025
Start here
UNDERSTAND
Terraform vs ARM vs Bicep – Which IaC Tool Should You Use for Azure?
In the world of Infrastructure as Code (IaC), several tools are available for deploying and managing Azure resources programmatically. The most commonly…
PICK A LAYOUTGetting Started with Terraform – File Structure & Best Practices
When I started using Terraform, I didn’t really have a clear structure in place. I tried to force everything into modules way…
KEEP IT THAT WAYAutomated Terraform Deployments with GitHub
Managing infrastructure through Terraform is powerful — but doing it securely and automatically is where real efficiency begins. In this guide, we’ll…
All articles
6 articles on this topic.
- Managing Secrets in Terraform: From Bad to AutomatedWhen it comes to Infrastructure as Code (IaC), Terraform is an incredibly powerful tool. It allows us to…31 min read
- Automated Terraform Deployments with GitHubManaging infrastructure through Terraform is powerful — but doing it securely and automatically is where real efficiency begins.…6 min read
- Azure Template Specs: Reusable ARM TemplatesInfrastructure as Code (IaC) is undoubtedly the gold standard when it comes to modern cloud infrastructure. Tools like…4 min read
- Using Terraform to Generate Local Zip FilesTerraform is most commonly used to provision infrastructure — VMs, storage accounts, networking, etc. But sometimes, your infrastructure…4 min read
- Terraform vs ARM vs Bicep – Which IaC Tool Should You Use for Azure?In the world of Infrastructure as Code (IaC), several tools are available for deploying and managing Azure resources…3 min read
- Getting Started with Terraform – File Structure & Best PracticesWhen I started using Terraform, I didn’t really have a clear structure in place. I tried to force…7 min read