hashicorp / terraform-google-consul

A Terraform Module for how to run Consul on Google Cloud using Terraform and Packer
Apache License 2.0
94 stars 90 forks source link

Update outputs to be compatible with Terraform 11. #12

Closed josh-padnick closed 6 years ago

josh-padnick commented 6 years ago

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.