mirror of
https://github.com/google/nomulus.git
synced 2025-08-01 23:42:12 +02:00
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.
This commit is contained in:
parent
39e6b85837
commit
b7b4658d0c
9 changed files with 34 additions and 30 deletions
|
@ -17,7 +17,7 @@ module "proxy_gke_apac" {
|
|||
}
|
||||
|
||||
locals {
|
||||
"proxy_instance_groups" = {
|
||||
proxy_instance_groups = {
|
||||
americas = module.proxy_gke_americas.proxy_instance_group
|
||||
emea = module.proxy_gke_emea.proxy_instance_group
|
||||
apac = module.proxy_gke_apac.proxy_instance_group
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue