Blog

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

RSS Feed

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

Engineering Log: Refactor mode for Terraform

Engineering Log Product Updates Stategraph Demo

Demo day showcased Stategraph refactor mode: change your Terraform code, and Stategraph generates the state moves to match. No more anxiety.

Read more

Terraliths in Terraform: what they are and why the monolith is the right shape

Terraform Terralith State Management Infrastructure

A terralith keeps Terraform simple, and most of the pain blamed on it is really pain from file-based state. Here is what a terralith is and what actually fixes the symptoms.

Read more

Terraform parallelism: a practical guide to faster applies

CI/CD Scalability Terraform

Learn how Terraform parallelism works, what the default setting does, and how to tune it with the -parallelism flag for faster, safer apply runs.

Read more