Closed NathanTCz closed 7 years ago
In at least Terraform v0.10.5 they have added a new reason to a resource_header when a resource is to be re-created (new resource required)
resource_header
(new resource required)
$ terraform plan ... -/+ null_resource.foo (tainted) (new resource required) id: "123456789" => <computed> (forces new resource) triggers.%: "2" => "2"
landscape throws error: Expected one of "\n", "\n\n" .... after -/+ null_resource.foo (tainted)
landscape
error: Expected one of "\n", "\n\n" .... after -/+ null_resource.foo (tainted)
Fixed in #36.
In at least Terraform v0.10.5 they have added a new reason to a
resource_header
when a resource is to be re-created(new resource required)
landscape
throwserror: Expected one of "\n", "\n\n" .... after -/+ null_resource.foo (tainted)