Skip to content

Commit

Permalink
new subnets
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismarget-j committed Aug 11, 2023
1 parent 26107a0 commit 0c276e9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions vpn_parameters.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ locals {
vpn_edge_router_ip = "192.168.5.5"
vpn_routing_policies = {
"Vendor A" = {
import = ["172.33.0.0/24"]
export = ["10.33.0.0/24", "10.33.3.0/24"]
import = ["172.16.0.0/24"]
export = ["10.5.16.0/24", "10.5.16.0/24"]
}
"Vendor B" = {
import = ["172.55.0.0/24", "172.55.2.0/24", "172.55.4.0/24", "172.55.6.0/24", "172.55.8.0/24", "172.55.10.0/24", "172.55.12.0/24", "172.55.14.0/24", "172.55.16.0/24", "172.55.18.0/24"]
export = ["10.55.0.0/24"]
import = ["172.17.0.0/24", "172.17.2.0/24", "172.17.4.0/24", "172.17.6.0/24", "172.17.8.0/24", "172.17.10.0/24", "172.17.12.0/24", "172.17.14.0/24", "172.17.17.0/24", "172.17.18.0/24"]
export = ["10.5.16.0/24"]
}
"Vendor C" = {
import = ["172.16.0.0/24", "172.16.3.0/24", "172.16.5.0/24"]
export = ["10.16.0.0/24", "10.16.8.0/22"]
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.18.0.0/24"]
# export = ["10.18.0.0/24", "10.18.7.0/24", "10.18.32.0/22"]
# }
}
}

0 comments on commit 0c276e9

Please sign in to comment.