mirror of
https://github.com/google/nomulus
synced 2026-07-24 00:52:42 +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
Terraform
4 lines
106 B
Terraform
output "proxy_instance_group" {
|
|
value = google_container_cluster.proxy_cluster.instance_group_urls[0]
|
|
}
|