dineshba / tf-summarize

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

Refactor to use terraform-json package #48

Closed kishaningithub closed 10 months ago

kishaningithub commented 1 year ago

From what i see this tool reads the terraform's standard output format. To enable future compatibility and simplify the codebase i recommend using the following package provided by hashicorp to read the common json format

https://github.com/hashicorp/terraform-json

What are your views on this?

dineshba commented 1 year ago

I agree with using this https://github.com/hashicorp/terraform-json. It will be very helpful. Thanks for this input @kishaningithub

QuintenBruynseraede commented 11 months ago

Hi @dineshba you can assign this to me if still relevant

kishaningithub commented 11 months ago

@QuintenBruynseraede Feel free to start ahead with the PR ! ☺️

kishaningithub commented 11 months ago

Also @QuintenBruynseraede Feel free to create a draft PR and reach out for help if needed :-)