mirror of
https://github.com/google/nomulus
synced 2026-09-21 07:24: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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user