
This Terraform Module Could Save You from Accidentally Nuking Your Storage Account File Share
Accidentally deleting a storage account is easier than you think — recovering from it shouldn’t be hard. In this post, we introduce a Terraform module that automatically provisions backups for your Azure Storage Account using a Recovery Services Vault. Infrastructure-as-code meets disaster recovery, the right way.

We Built a Multi-Cloud ETL Demo Before We Won the Work
We built a working multi-cloud ETL pipeline in just a few hours to back up our RFP response—connecting Azure SQL to BigQuery using Cloud Run, GCS, Terraform, and GitHub Actions. This post breaks down how we did it, what we learned, and how this pattern can scale for real-world data workflows.

How to Detect Infrastructure Drift in Terraform Using CI/CD
Learn how to automate Terraform drift detection with GitHub Actions. We’ll cover why drift happens, how to catch it early, and how to integrate these checks into your DevOps workflow.