#
#infrastructure-as-code
Everything tagged with infrastructure-as-code across all content types.
12 posts
Troubleshooting
Fix OpenTofu Ephemeral Value in Non-Ephemeral Context
OpenTofu throws "Ephemeral value used in non-ephemeral context" when a temporary value leaks toward state. Here is what triggers it and the exact fix.
Warning · OpenTofu
Comparison
OpenTofu vs Terraform: Enterprise Migration Math 2026
Compare OpenTofu and Terraform with a data-driven framework covering license impact, migration costs, feature gaps, and a scoring system to decide whether to...
2 tools · 8 criteria
Blog
Evaluating AI-Generated Terraform for Secure Infrastructure
Master the safe evaluation of LLM-generated Terraform. This guide covers validation, security, and best practices to integrate AI into your infrastructure workflo...
aiops · May 14, 2026 · 10 min read
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
Build an Internal Developer Platform with Backstage and
Learn how to combine Backstage and Crossplane to create a self-service IDP that reduces developer cognitive load and eliminates ticket-ops bottlenecks.
platform-engineering · Apr 18, 2026 · 12 min read
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
Blog
Terraform State Locking: A Guide for Growing Teams
Prevent dangerous race conditions and state file corruption. This guide explains Terraform state locking and how to implement it with AWS, Azure, or Terraform Cloud.
terraform · Apr 13, 2026 · 12 min read
Blog
Testing Infrastructure as Code: The Terraform Testing Pyramid
Stop hope-based deployments. Learn to implement a professional IaC testing pyramid using TFLint, terraform test, Terratest, and OPA for secure infrastructure.
terraform · Apr 13, 2026 · 12 min read
Comparison
Terraform vs Pulumi: IaC Tools Compared
A detailed comparison of Terraform and Pulumi for infrastructure as code, covering language support, state management, and ecosystem.
2 tools · 7 criteria