1
0
mirror of https://github.com/google/nomulus synced 2026-04-20 16:20:50 +00:00
Files
nomulus/proxy/terraform/modules/networking/variables.tf
2026-03-04 20:14:42 +00:00

23 lines
505 B
HCL

variable "proxy_instance_groups" {
type = map
description = "Instance groups that the load balancer forwards traffic to."
}
variable "suffix" {
default = ""
description = "Suffix (such as '-canary') added to the resource names."
}
variable "proxy_ports" {
type = map
description = "Node ports exposed by the proxy."
}
variable "proxy_domain" {
description = "DNS zone for the proxy domain."
}
variable "proxy_domain_name" {
description = "Domain name of the zone."
}