dineshba / tf-summarize

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

Add a new format that can be more interactive/explorable #17

Closed diego-ojeda-binbash closed 2 years ago

diego-ojeda-binbash commented 2 years ago

It would be an extension to the existing formats/views but instead of hiding the specific changes to the resources that Terraform plans to make, we would have the option to click on the resources and expand them in order to view those details.

dineshba commented 2 years ago

This PR might solve the requirement upto some extend https://github.com/dineshba/tf-summarize/pull/18

Let me know your thoughts @diego-ojeda-binbash @marianod92

diego-ojeda-binbash commented 2 years ago

@dineshba You're right. Sounds like that's what we want. Thanks for pointing that out and sorry for not noticing that issue before. I can close this issue now. I will definitely vote and follow the other one.

Duplicate of #18