Closed kishaningithub closed 10 months ago
I agree with using this https://github.com/hashicorp/terraform-json. It will be very helpful. Thanks for this input @kishaningithub
Hi @dineshba you can assign this to me if still relevant
@QuintenBruynseraede Feel free to start ahead with the PR ! ☺️
Also @QuintenBruynseraede Feel free to create a draft PR and reach out for help if needed :-)
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?