Blog

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

RSS Feed

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

Terraform backends explained: Types, config, and limits

Terraform State Management Infrastructure DevOps Backends

Learn what Terraform backends are, how to configure local and remote options, and where the standard approach breaks down at scale.

Read more

Engineering Log: Stategraph 1.0.0 and the month that made it real

Engineering Log Product Updates Stategraph Terraform Testing

Stategraph 1.0.0 shipped with full tfvars support, HCL parser improvements, and a testing overhaul. Here is the engineering work behind the milestone.

Read more

Terraform Map Variables: A Practical Guide

Terraform Infrastructure DevOps

Learn how to use Terraform map variables with real examples, from basic declarations to for_each, lookup(), and map functions in HCL.

Read more