terraform-plan-parser
terraform-plan-parser copied to clipboard
Cannot parse deposed line
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
I'm seeing the same issue. Is this only working with a specific terraform version?
I'm seeing this with terraform 1.0.5