GoogleCloudPlatform / gke-terraform-generator

gke-tf was created to streamline the creation of customized Terraform source files that build GKE clusters and supporting resources in GCP.
Apache License 2.0
55 stars 24 forks source link

`us-east1-a` doesn't exist #24

Open yujikiriki opened 4 years ago

yujikiriki commented 4 years ago

Using this yaml from the Anthos tutorial, changing the zone from us-central1 to us-east1 generated this error when executing terraform apply:

Error: Error loading zone 'us-east1-a': googleapi: Error 404: The resource 'projects/[project-id]/zones/us-east1-a' was not found
, notFound

Reviewing the terraform plan I found that the zone was automatically generated.

It looks like the us-east1-a zone doesn't exist, only the zones b, c, d.

Is this an issue or am I missing something?