Category
IaC tools.
Read, validate and reason about infrastructure-as-code changes before you apply — entirely in your browser.
IaC tools
- IaC Live
Terraform Plan Summarizer
Paste terraform plan output, get a summary of adds, changes, destroys and replacements.
Read a 5,000-line plan in five seconds: adds, changes, destroys and replacements counted separately, the attributes that force a replacement named, and every destructive action on a database, NAT gateway or cluster control plane pulled to the top. Both plan formats, and the totals cross-checked against Terraform's own summary line — nothing leaves your browser.
Open tool
When you reach for IaC tools.
A Terraform plan is the most important thing you read all week and the least readable. Several hundred lines of diff, in which the three that matter — the resource being replaced rather than updated, the one whose deletion takes data with it — look exactly like the ones that do not.
The failure is human and predictable. Plans are skimmed because they are long, and the destructive change is not visually distinguished from an added tag.
This summarises a plan into what is actually being created, updated, replaced and destroyed, so the count of destructive operations is a number you read rather than something you might have scrolled past.