#
#infrastructure-as-code
Everything tagged with infrastructure-as-code across all content types.
5 posts
Blog
Secure Terraform PRs with an Architecture Firewall
Stop infrastructure drift and security leaks. Learn how to implement an automated architecture firewall using Policy as Code (OPA) for Terraform PRs.
terraform·Apr 23, 2026·11 min read
Tip
How to Manage Multiple Azure Subscriptions in Terraform
Learn how to use Terraform provider aliases to deploy resources across multiple Azure subscriptions and pass providers into modules for hub-and-spoke architectures.
terraform·terraform
Blog
Cursor vs Copilot vs Cody: Best AI Editor for DevOps
Compare Cursor, GitHub Copilot, and Sourcegraph Cody for DevOps. Learn which AI tool best handles IaC, Kubernetes manifests, and complex CI/CD pipelines.
ai-devops·Apr 15, 2026·12 min read
Blog
Terraform Testing Best Practices: Beyond Plan and Pray
Stop relying on manual verification. Learn to implement a rigorous IaC testing pyramid using the native terraform test framework and Terratest.
terraform·Apr 14, 2026·12 min read
Tutorial
How to Automate Terraform Reviews with GitHub Actions
Stop review fatigue. Learn to integrate CodeRabbit and GitHub Actions to automate AI-powered Terraform reviews and catch IaC security risks early.
Intermediate terraform·60 minutes