Removed advertised_groups ALL_VPC_SUBNETS, ALL_VPC_SUBNETS as they are no longer supported (#2376)

Removed advertised_groups ALL_VPC_SUBNETS, ALL_VPC_SUBNETS as they are no longer supported
This commit is contained in:
apichick
2024-06-24 09:15:19 +02:00
committed by GitHub
parent 6358ba34e0
commit 6c54ab69db
3 changed files with 6 additions and 12 deletions

View File

@@ -77,10 +77,8 @@ variable "tunnels" {
asn = number
route_priority = optional(number, 1000)
custom_advertise = optional(object({
all_subnets = bool
all_vpc_subnets = bool
all_peer_vpc_subnets = bool
ip_ranges = map(string)
all_subnets = bool
ip_ranges = map(string)
}))
md5_authentication_key = optional(object({
name = string