Closed Yanson closed 6 years ago
FYI
$ terraform -version
Terraform v0.11.7
+ provider.google v1.16.0
Thanks for reporting, and for fixing! Fixed with #21
you also can add the project in provider, so that you do not need to add project in each data section.
Error:
data.google_compute_zones.available: project: required field is not set
Fix: Project should be set here: https://github.com/GoogleCloudPlatform/terraform-google-managed-instance-group/blob/master/main.tf#L124
E.g.: