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:
Lai Jiang
2020-06-25 13:59:37 -04:00
committed by GitHub
parent 6e26dacdff
commit db5311075d
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.