Skip to content

Commit

Permalink
Merge pull request #95 from chrismarget-j/chrismarget-j-patch-1
Browse files Browse the repository at this point in the history
Update partner_routes.tf
  • Loading branch information
chrismarget-j authored Nov 19, 2024
2 parents d727b08 + 8800e2f commit a5570a8
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 @@ -15,9 +15,9 @@ locals {
]
export = ["10.5.16.0/22", "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.64.0/22"]
# }
Vendor_D = {
import = ["172.19.0.0/24"]
export = ["10.5.0.0/24", "10.5.7.0/24", "10.5.64.0/22"]
}
}
}

0 comments on commit a5570a8

Please sign in to comment.