GoogleCloudPlatform/gke-terraform-generator

Hardcoded values of region/zone in example.yaml

Opened this issue · 2 comments

Hardcoded values of region/zone in example.yaml

need more details.

see examples/example.yaml . There you will see the following:
.... zones: - us-west1-c - us-west1-b private: true region: "us-west1" ....
These are the region and zone used, instead of the one set using gcloud config set...