concourse / hush-house

Concourse k8s-based environment
https://hush-house.pivotal.io
29 stars 23 forks source link

terraform: address deprecation warnins #44

Closed cirocosta closed 5 years ago

cirocosta commented 5 years ago

Hey,

Using the latest version of the google Terraform provider, we've been getting few deprecation notices:

Warning: module.cluster.google_container_cluster.main: "zone": [DEPRECATED] Use location instead

Warning: module.cluster.google_container_node_pool.main[0]: "zone": [DEPRECATED] use location instead

Warning: module.cluster.google_container_node_pool.main[1]: "zone": [DEPRECATED] use location instead

Let's address that! 😁

Thanks!