GoogleCloudPlatform / cloud-ops-sandbox

Cloud Operations Sandbox is an open source collection of tools that helps practitioners to learn O11y and R9y practices from Google and apply them using Cloud Operations suite of tools.
Apache License 2.0
406 stars 148 forks source link

Ability to specify zone or region GKE cluster should be deployed to #833

Closed vishal84 closed 3 years ago

vishal84 commented 3 years ago

RFE requesting the ability to specify the zone or region location for GKE clusters for the sandboxctl tool using parameters as input to specify location. Zones/regions MUST be zones and regions defined by GCP documentation or will fail to deploy correctly.

minherz commented 3 years ago

This is possible by defining gke_location TF variable. Please, have a look into PR #811 .