tf-summarize

CLI tool to print a summary of Terraform plans in a readable format

brewmacoslinux
Try with needOr install directly
Source

About

CLI to print the summary of the terraform plan

Commands

tf-summarize

Examples

Summarize a Terraform plan file$ terraform plan -out=plan.tfplan && tf-summarize plan.tfplan
Pipe Terraform plan output directly to tf-summarize$ terraform plan | tf-summarize
Summarize plan with JSON input$ terraform plan -json | tf-summarize