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

Cannot parse deposed line

Open nitrocode opened this issue 7 years ago • 2 comments

Cannot parse this destroy line

From terraform-plan.stdout

  - module.service.module.service.module.blue.aws_launch_configuration.default (deposed)
$ parse-terraform-plan  -i terraform-plan.stdout | jq .errors[0]
{
  "code": "UNABLE_TO_PARSE_CHANGE_LINE",
  "message": "Unable to parse \"  - module.service.module.service.module.blue.aws_launch_configuration.default (deposed)\" (ignoring)"
}

I guess this deposed thing is undocumented https://github.com/hashicorp/terraform/issues/10753

nitrocode avatar Jan 09 '19 17:01 nitrocode

I'm seeing the same issue. Is this only working with a specific terraform version?

Lucas-Desouza avatar Sep 01 '21 19:09 Lucas-Desouza

I'm seeing this with terraform 1.0.5

Lucas-Desouza avatar Sep 01 '21 19:09 Lucas-Desouza