mirror of
https://github.com/google/nomulus.git
synced 2025-05-16 17:37:13 +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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue