mirror of
https://github.com/google/nomulus
synced 2026-01-07 22:15:30 +00:00
There were several LSC that made some formatting changes to our .tf files. Export these changes externally for consistency.
4 lines
106 B
HCL
4 lines
106 B
HCL
output "proxy_instance_group" {
|
|
value = google_container_cluster.proxy_cluster.instance_group_urls[0]
|
|
}
|