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 18, 2024
1 parent 2a8ccc8 commit 46e3fd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vpn/partner_routes.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ locals {
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 = {
import = ["172.19.0.0/24"]
export = ["10.5.0.0/24", "10.5.7.0/24", "10.5.32.0/22"]
}
# Vendor_D = {
# import = ["172.19.0.0/24"]
# export = ["10.5.0.0/24", "10.5.7.0/24", "10.5.32.0/22"]
# }
}
}

0 comments on commit 46e3fd8

Please sign in to comment.