Files
nomulus/proxy/terraform/modules/gke/output.tf
T
Lai JiangandGitHub 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

4 lines
106 B
Terraform

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