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 6e26dacdff
commit db5311075d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 34 additions and 30 deletions

View file

@ -1,3 +1,3 @@
output "proxy_instance_group" {
value = "${google_container_cluster.proxy_cluster.instance_group_urls[0]}"
value = google_container_cluster.proxy_cluster.instance_group_urls[0]
}