mirror of
https://github.com/google/nomulus
synced 2026-09-19 22:44:26 +00: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:
@@ -22,7 +22,7 @@ variable "proxy_key" {
|
||||
|
||||
# Node ports exposed by the proxy.
|
||||
variable "proxy_ports" {
|
||||
type = "map"
|
||||
type = map
|
||||
|
||||
default = {
|
||||
health_check = 30000
|
||||
@@ -35,7 +35,7 @@ variable "proxy_ports" {
|
||||
|
||||
# Node ports exposed by the canary proxy.
|
||||
variable "proxy_ports_canary" {
|
||||
type = "map"
|
||||
type = map
|
||||
|
||||
default = {
|
||||
health_check = 31000
|
||||
|
||||
Reference in New Issue
Block a user