mirror of
https://github.com/google/nomulus
synced 2026-09-01 13:46:55 +00:00
Format terraform files
For some reason the auto-formatting didn't happen when these files are first checked in. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=191589487
This commit is contained in:
@@ -23,9 +23,10 @@ variable "proxy_key" {
|
||||
# Node ports exposed by the proxy.
|
||||
variable "proxy_ports" {
|
||||
type = "map"
|
||||
|
||||
default = {
|
||||
health_check = 30000
|
||||
whois = 30001
|
||||
epp = 30002
|
||||
whois = 30001
|
||||
epp = 30002
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user