#
#terraform
Everything tagged with terraform across all content types.
11 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
Troubleshooting
Fix OpenTofu Registry Timeout Errors
Resolve 'Client.Timeout exceeded' errors in OpenTofu by increasing the HTTP timeout to 120s, enabling plugin cache, or using a registry mirror. Quick fixes for...
Critical · opentofu · Client.Timeout exceeded while awaiting headers
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
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
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
Tutorial
Deploy an EKS Cluster with Terraform
Step-by-step tutorial to provision a production-ready EKS cluster on AWS using Terraform modules with networking and node groups.
Intermediate terraform · 45 minutes