Infrastructure Plan Reviewer
Redacted local IaC reviewReview redacted Terraform plan JSON and Kubernetes changes with practical risk policies.
Terraform plan JSON
Run terraform show -json tfplan and open or paste the resulting JSON; do not paste a binary plan.
How to use it
- 01
Load change evidence
Open Terraform show JSON or compare baseline and current Kubernetes YAML.
- 02
Inspect blast radius
Filter resources, review redacted attributes, drift, graph edges and high-risk evidence.
- 03
Apply review policy
Configure local guardrails and export a redacted human or CI report.
Frequently asked questions
Can this open a binary tfplan file?
No. Convert it with terraform show -json first; binary plans are intentionally not executed.
Are sensitive plan values protected?
Terraform sensitivity masks and common secret field names are redacted before display and export, but plan files should still be handled securely.
Does it apply infrastructure?
No. It never runs Terraform, kubectl or cloud APIs.
Are risk findings authoritative policies?
No. They are transparent local heuristics for review and do not replace OPA, Sentinel, provider schemas or organizational approval.
Related tools
Keep working with other focused browser utilities.