Skip to content

Commit

Permalink
Update partner_routes.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismarget-j authored Mar 19, 2024
1 parent 46e3fd8 commit 66a1789
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vpn/partner_routes.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ locals {
export = ["10.5.16.0/24"]
}
Vendor_C = {
import = ["172.18.0.0/24", "172.18.3.0/24", "172.18.5.0/24"]
import = [
"172.18.0.0/24",
"172.18.3.0/24",
# "172.18.5.0/24",
]
export = ["10.5.16.0/24", "10.5.20.0/22"]
}
# Vendor_D = {
Expand Down

0 comments on commit 66a1789

Please sign in to comment.