-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
print change summary as json #22
Conversation
07c08b0
to
6341d1f
Compare
Hi @cgroschupp Thanks for the PR Sorry, I was not very descriptive in the TODO list. What I meant there is We have to show the current terraform state summary. Like what are the resources already created (whatever available in terraform state). And show them in formats like tree/drawable-tree/table User has to run terraform plan before running |
@cgroschupp Please share your thoughts |
Is this PR ever planning to get merged? |
6341d1f
to
02287f1
Compare
@dineshba My use case behind the json-sum was to get the change result in structured form (json) and extract information with jq. And my pipeline reacts differently to this result. @Terraformadillo yes, ready to merge |
Could you help in test fixing ? @cgroschupp Looks we added new tests which is failing now... we might have to update the error message... I can also look into it if you are packed |
Now the tests should be OK. |
Thanks for the PR... Merged and release it now |
Maybe this is the beginning of this TODO