jetstack / terraform-google-gke-cluster

A Terraform module to create a best-practise Google Kubernetes Engine (GKE) cluster.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use google_container_cluster location argument

wwwil opened this issue · comments

There is now a location argument, which can be either a region or zone. https://www.terraform.io/docs/providers/google/r/container_cluster.html#location

This means we can remove the workaround we have using both a regional and zonal definition using count to control which is created.

This project is now deprecated so we aren't accepting any further changes.