Patch terraform changes made internally (#651)

There were several LSC that made some formatting changes to our .tf
files. Export these changes externally for consistency.
This commit is contained in:
Lai Jiang 2020-06-25 13:59:37 -04:00 committed by GitHub
parent 39e6b85837
commit b7b4658d0c
9 changed files with 34 additions and 30 deletions

View file

@ -3,7 +3,7 @@ variable "proxy_service_account_email" {}
variable "proxy_cluster_region" {}
variable "proxy_cluster_zones" {
type = "map"
type = map
default = {
americas = "us-east4-a"