Deprecate subnets_l7ilb variable, add support for proxy_only and psc subnets.

This commit is contained in:
Aleksandr Averbukh
2022-04-13 16:38:47 +02:00
parent 6ab121a836
commit 62a299a6f5
5 changed files with 56 additions and 54 deletions

View File

@@ -183,19 +183,8 @@ variable "subnets" {
default = []
}
variable "subnets_l7ilb" {
description = "List of subnets for private HTTPS load balancer."
type = list(object({
active = bool
name = string
ip_cidr_range = string
region = string
}))
default = []
}
variable "subnets_l7rlb" {
description = "List of proxy-only subnets for HTTPS regional load balancers. Note: Only one proxy-only subnet for each VPC network in each region can be active."
variable "subnets_proxy_only" {
description = "List of proxy-only subnets for Regional HTTPS or Internal HTTPS load balancers. Note: Only one proxy-only subnet for each VPC network in each region can be active."
type = list(object({
active = bool
name = string