# Terraform

> Infrastructure as code that actually works

**Category:** DevOps  
**Pricing:** open-source  
**URL:** https://terraform.io  
**GitHub:** https://github.com/hashicorp/terraform  
**Added:** 2026-08-19

---

## The Hook

Terraform turns cloud infrastructure into version-controlled code.

## What's Good

Multi-cloud support with one tool. State management tracks what exists. Plan before apply prevents surprises. The provider ecosystem covers almost everything.

## The Catch

State management requires care. The licensing change to BSL concerned some users. HCL has quirks. Complex modules become hard to debug.

## Verdict

The standard for infrastructure as code.
