Back to browse
View Terraform plans without reading walls of JSON

View Terraform plans without reading walls of JSON

by sudoplease·Apr 6, 2026·1 point·0 comments

AI Analysis

●●SolidSolve My ProblemCozy

Client-side JSON parsing keeps sensitive infra data local unlike Terraform Cloud.

Strengths
  • Blast radius filtering helps identify high-risk resource changes before applying updates.
  • Dependency chain visualization makes understanding resource relationships easier than text diffs.
  • Privacy-first design processes files locally in browser without uploading code.
Weaknesses
  • Requires manual JSON export step instead of direct CLI integration.
  • Web interface lacks native desktop features like system notifications.
Target Audience

DevOps engineers reviewing Terraform changes

Similar To

Infracost · Terraform Cloud · tf-summarize

Post Description

Created a local Terraform plan review tool that makes reviewing terraform show -json data a reality.

- The plan review tool allows you to identify: - Risks - Blast radii - Dependency chains - Module input tracing - You can collapse reviewed plans similar to PR reviews.

I am interested in any feedback you may have about this tool, particularly from those who review larger plans.

Similar Projects