Blog

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

RSS Feed

What is a Terraform state file and where is it stored?

Terraform State Management Beginner Guide DevOps

Learn what Terraform state files are, where they're stored by default, and when to migrate from local to remote backends for team collaboration.

Read more

Terraform state: A practical guide to backends, locks and safe CI/CD

Terraform State Management DevOps CI/CD

Comprehensive guide to Terraform state management: remote backends, state locking, security best practices, and CI/CD integration for enterprise teams.

Read more

Inside Terraform's DAG: How dependency ordering really works

Terraform DAG Infrastructure Technical Deep Dive

Deep dive into Terraform's dependency graph: how the DAG is constructed, how dependencies work, and how Terraform walks the graph with parallelism.

Read more

Terraliths are the natural shape of infrastructure

Terraform Terralith Infrastructure

The Terraform Terralith isn't an anti-pattern. It's the natural shape of infrastructure. The real anti-pattern is accepting broken tooling.

Read more

Why Stategraph: Terraform state as distributed systems

Terraform Infrastructure Distributed Systems

Terraform state is a distributed systems problem masquerading as file storage. Stategraph models it as a graph with ACID transactions and subgraph isolation.

Read more