Remove whois networking from the proxy (#2976)

This commit is contained in:
gbrodman
2026-03-04 20:14:42 +00:00
committed by GitHub
parent 50a639937a
commit 9544d70048
7 changed files with 3 additions and 201 deletions
@@ -20,13 +20,3 @@ variable "proxy_domain" {
variable "proxy_domain_name" {
description = "Domain name of the zone."
}
variable "public_web_whois" {
type = number
description = <<EOF
Set to 1 if the whois HTTP ports are external, 0 if not. This is necessary
because our test projects are configured with
constraints/compute.restrictLoadBalancerCreationForTypes, which prohibits
forwarding external HTTP(s) connections.
EOF
}