mirror of
https://github.com/google/nomulus.git
synced 2025-05-27 22:50:08 +02:00
There were several LSC that made some formatting changes to our .tf files. Export these changes externally for consistency.
3 lines
106 B
HCL
3 lines
106 B
HCL
output "proxy_instance_group" {
|
|
value = google_container_cluster.proxy_cluster.instance_group_urls[0]
|
|
}
|