Terraform Eyes

Human-friendly Terraform plan reviewer. Paste the output of terraform show -json plan.tfplan and see a clear overview of what will change, with diffs, filters, and risk insights.

Upload Terraform Plan

Drag and drop your plan.json file or paste the JSON content below

💡How to generate your plan file
Run these commands in your Terraform project directory:
# Step 1: Create the plan file
terraform plan -out=plan.tfplan

# Step 2: Convert to JSON format  
terraform show -json plan.tfplan > plan.json
Tip: Upload the generated plan.json file to see detailed analysis of your infrastructure changes
FAQ
What is Terraform Eyes?

Terraform Eyes is a visual review tool for Terraform plans. You paste the output of terraform show -json plan.tfplan and get a human-friendly overview of adds, updates, deletes, and diffs, plus risk and insight summaries.

What input does Terraform Eyes require?

Terraform Eyes expects the JSON output of terraform show -json for a Terraform plan file. You can paste the JSON directly into the UI or upload the generated file.

Does Terraform Eyes change my infrastructure?

No. Terraform Eyes is a read-only analysis tool. It only inspects the Terraform plan JSON you provide and does not apply changes or modify your infrastructure.

What kind of insights does Terraform Eyes provide?

Terraform Eyes summarizes create, update, delete, and replace actions, highlights potentially risky changes, and derives insights such as approvals or compliance-sensitive resources based on the plan data.