Stategraph replaces Terraform's flat state file with a database-backed dependency graph. Disjoint changes can run in parallel, and state is queryable.| stategraph.dev
Terraform state is a distributed systems problem masquerading as file storage. Graph state fixes the bottlenecks.| Stategraph