terraform-plan-parser icon indicating copy to clipboard operation
terraform-plan-parser copied to clipboard

Parse landscape tool output too

Open nitrocode opened this issue 7 years ago • 0 comments

Sort of related to this issue https://github.com/lifeomic/terraform-plan-parser/issues/20

Coinbase has a great tool called landscape and makes the plan output a lot easier to read. It would be nice to be able to do something like this.

terraform plan | landscape | terraform-plan-parser

It currently fails with this message

{
  "errors":[{
    "code": "UNABLE_TO_FIND_STARTING_POSITION_WITHIN_STDOUT",
    "message": "Did not find magic starting string: \nTerraform will perform the following actions:\n"
  }],
  "changedResources":[],
  "changedDataSources":[]
}

nitrocode avatar Dec 07 '18 05:12 nitrocode