chrislewisdev / prettyplan

A formatting tool to help make large Terraform plans easier to review.
https://prettyplan.chrislewisdev.com
MIT License
172 stars 11 forks source link

Terraform 0.12 breaks parser #20

Open puzzloholic opened 5 years ago

puzzloholic commented 5 years ago

Hi @chrislewisdev ,

Seems that Terraform 0.12 plan breaks your app. Is there any scheduled update for latest Terraform version?

chrislewisdev commented 5 years ago

Hi @puzzloholic!

I don't have any plans to update this for 0.12 I'm afraid, partially due to time constraints but also because the plan output in 0.12 has been significantly improved to address most of the pain points that prettyplan addresses.

Of course, if people still want support for 0.12 in prettyplan, I would gladly accept pull requests to introduce it :)

In the meantime I'll try to make some updates to the repo to more clearly document the fact that only 0.11 or earlier is supported.

Arlington1985 commented 4 years ago

I think it still would be better to read the plan in some UI. Unfortunately, Terraform doesn't provide that

shubhamsre commented 2 years ago

Would love to have security diff feature for any version of terraform, that is still the same, it's a lot of pain to verify those long security diffs

@chrislewisdev