fix routes priority typo

This commit is contained in:
Fawzi
2023-05-09 21:28:56 +10:00
parent 3cc6c71e96
commit ac349332c4

View File

@@ -43,7 +43,7 @@ module "spokes-trusted" {
? var.ncc_asn.nva_primary
: var.ncc_asn.nva_secondary
)
ruotes_priority = 100
routes_priority = 100
custom_advertise = {
all_subnets = false
@@ -93,7 +93,7 @@ module "spokes-untrusted" {
? var.ncc_asn.nva_primary
: var.ncc_asn.nva_secondary
)
ruotes_priority = 100
routes_priority = 100
custom_advertise = {
all_subnets = false