Terraform 0.11.x introduced a backward-incompatible change that required that any Terraform resources with a count property set to 0 to output their values in a way that is valid HCL.
I'm making this change as a precursor to reviewing the open PRs so that those will pass my local tests as expected.
Terraform 0.11.x introduced a backward-incompatible change that required that any Terraform resources with a
count
property set to0
to output their values in a way that is valid HCL.I'm making this change as a precursor to reviewing the open PRs so that those will pass my local tests as expected.