The IaC landscape fractured after the Terraform license change. This is the map to what each tool is actually best at, and how to choose without regret.
Infrastructure as Code stopped being a single obvious choice the day HashiCorp changed Terraform's license. What was a near-monopoly is now a real decision: stay on Terraform, move to the open-source fork, or rethink the whole approach with a tool that speaks a real programming language. This guide is the map: what each tool is genuinely best at, where the license and lock-in traps are, and how to pick without painting yourself into a corner you'll regret in two years.
There's no single winner. The right pick depends on your team's language comfort, which clouds you target, and how much you value a large ecosystem over a cleaner model.
Terraform is still the center of gravity: the largest provider ecosystem, the most examples, the most hireable skill. The complication is the license.
If writing infrastructure in HCL feels like fighting a templating language, the alternative is defining it in Python, TypeScript, or Go.
The decision usually comes down to four questions:
For most teams starting fresh in 2026, OpenTofu gives you the entire Terraform ecosystem without the license question, so it's the safe default. Reach for Pulumi when your team would rather write real code than HCL, and Crossplane only when you're deliberately building a Kubernetes-based platform. Whatever you pick, put remote state and policy behind one of the workflow platforms early, because the tool matters less than the discipline around state, reviews, and drift. Each linked comparison is a concrete matchup; start from your license stance and language preference, not the feature list.
Get the latest tutorials, guides, and insights on AI, DevOps, Cloud, and Infrastructure delivered directly to your inbox.
Once you call more than one LLM provider, a gateway saves you from reinventing routing, fallback, caching, and spend limits in every service.
Track down what owns a busy port, decide whether to kill it or rebind, and stop TIME_WAIT from blocking your restart.
Explore more articles in this category
A practical field guide to the secure coding habits that stop the vulnerabilities attackers actually exploit in production.
A practical tour of how software supply chain attacks reach your build, and the controls that actually stop them.
AIOps applies machine learning to your operational telemetry to cut alert noise, catch anomalies early, and speed up incident response.
Evergreen posts worth revisiting.