dineshba / tf-summarize

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

Add import to outputs #51

Closed joraff closed 1 year ago

joraff commented 1 year ago

Adds import resources to the table, tree, and json outputs. Uses Cyan color in tree view, and (i) to indicate an import.

dineshba commented 1 year ago

Thanks alot for the contribution @joraff

joraff commented 1 year ago

My pleasure! We get a lot of value from this tool, thank you for creating it.

joraff commented 1 year ago

I didn't notice the linter before now, there are a few other issues to clean up. I'll get those fixed

joraff commented 1 year ago

Resolves #47