lifeomic / terraform-plan-parser

Command line utility and JavaScript API for parsing stdout from "terraform plan" and converting it to JSON.
MIT License
149 stars 16 forks source link

Ignore unchanged attributes #27

Closed riordanp closed 5 years ago

riordanp commented 5 years ago

This fixes #20. Ignoring unchanged attributes makes the output much more readable since plans for certain AWS resources are full of them. It's going to be fixed upstream in an upcoming release https://github.com/hashicorp/terraform/issues/15180#issuecomment-435241641 so no problems if you'd rather wait for v0.12.0

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 106


Totals Coverage Status
Change from base Build 103: 0.0%
Covered Lines: 166
Relevant Lines: 166

💛 - Coveralls
philidem commented 5 years ago

terraform-plan-parser@1.60 has been published with this change.