tf-summarize

Pretty print and summarize Terraform plan output in CLI

brewmacoslinux
Try with needOr install directly
Source

About

CLI to print the summary of the terraform plan

Commands

tf-summarize

Examples

show summary of terraform changes in readable format$ terraform plan | tf-summarize
read terraform plan from file and display summary$ tf-summarize -file plan.tfplan
colorize terraform plan output with resource breakdown$ terraform plan -json | tf-summarize
count how many resources will be added modified deleted$ tf-summarize < terraform_plan.txt
view terraform changes grouped by resource type$ terraform plan | tf-summarize -group