Closed sds closed 7 years ago
When running against plans which contained the output of terraform init we would fail due to the - being seen as a resource deletion.
terraform init
-
Fix by ignoring in the case where the line ends with ....
...
When running against plans which contained the output of
terraform init
we would fail due to the-
being seen as a resource deletion.Fix by ignoring in the case where the line ends with
...
.