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

Option to hide when `old` = `new` #20

Closed nitrocode closed 5 years ago

nitrocode commented 5 years ago

I'd like to hide attributes when old is the same as new

   { old: { type: 'string', value: 'sg-7f77b907' },
     new: { type: 'string', value: 'sg-7f77b907' } },