Blog

Thoughts on Terraform state management, infrastructure parallelism, and building better developer tools.

RSS Feed

Terraform state is becoming a database: The shift from storage to system

Terraform State Management Distributed Systems Infrastructure Architecture

Terraform state was designed as a file. The next decade of infrastructure tooling treats it as a database, and the substrate is changing.

Read more

How to use Claude Code with Terraform, without hitting a wall

Terraform AI DevOps Stategraph

Use Claude Code as a Terraform agent that writes, validates, and iterates on HCL, and learn where the backend becomes the bottleneck once the loop works.

Read more

Blast Radius in Terraform: What it is and how to reduce it

Terraform State Management CI/CD Infrastructure

Learn what blast radius means in Terraform, why a large one is dangerous, and the practical steps and tools you can use to shrink it before changes go out.

Read more

Terraform concurrency: What it is and how to control it

Terraform State Management State Locking CI/CD

Learn what Terraform concurrency means, how concurrency limits work, and how to safely manage concurrent Terraform runs in your infrastructure.

Read more

Terragrunt run-all: A guide for Terraform teams at scale

Terraform Terragrunt Orchestration State Management

Learn how terragrunt run-all plans, applies, destroys, orders dependencies, and where orchestration starts to hit Terraform state limits.

Read more