dineshba / tf-summarize

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

Add recreate section #3

Closed nitrocode closed 2 years ago

nitrocode commented 2 years ago

Very cool command line utility.

I'd love to see a new section called recreate to see which resources are going to be both added and deleted with the same arguments/configuration.

dineshba commented 2 years ago

It was already added. I forgot to release it in brew.

Updated the brew now. Please use version 0.2.2 now.

Sample output: In below example null_resource.test is recreate

image

dineshba commented 2 years ago

I am closing this as this is fixed in latest release. Please let me know if we have to reopen this.