mirror of
https://github.com/google/nomulus.git
synced 2025-05-20 11:19:35 +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
|
@ -1,6 +1,6 @@
|
|||
# Instance groups that the load balancer forwards traffic to.
|
||||
variable "proxy_instance_groups" {
|
||||
type = "map"
|
||||
type = map
|
||||
}
|
||||
|
||||
# Suffix (such as "-canary") added to the resource names.
|
||||
|
@ -10,7 +10,7 @@ variable "suffix" {
|
|||
|
||||
# Node ports exposed by the proxy.
|
||||
variable "proxy_ports" {
|
||||
type = "map"
|
||||
type = map
|
||||
}
|
||||
|
||||
# DNS zone for the proxy domain.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue