dineshba / tf-summarize

A command-line utility to print the summary of the terraform plan
MIT License
537 stars 38 forks source link

Add another writer for json format #18

Closed dineshba closed 2 years ago

dineshba commented 2 years ago

Usage:

tf-summarize -json tfplan

We can use this with fx for an interactive view of changes.

tf-summarize -json tfplan | fx

Sample output :

image

Sample output with fx: (it is interactive, we can open/close/navigate)

image