google-nomulus/proxy/terraform/modules/gke/output.tf
Lai Jiang db5311075d
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.
2020-06-25 13:59:37 -04:00

3 lines
106 B
HCL

output "proxy_instance_group" {
value = google_container_cluster.proxy_cluster.instance_group_urls[0]
}