Update h&s blueprints advertisements

This commit is contained in:
Julio Castillo 2022-11-30 10:59:15 +01:00
parent efa9d928e1
commit b5593db8a2
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ module "dev-to-landing-vpn-r1" {
router_config = {
name = "${var.prefix}-dev-vpn-r1"
asn = var.vpn_configs.dev-r1.asn
router_advertise_config = {
custom_advertise = {
all_subnets = false
ip_ranges = coalesce(var.vpn_configs.dev-r1.custom_ranges, {})
mode = "CUSTOM"