Skip to content

Commit

Permalink
Merge pull request #98 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 21, 2024
2 parents 9e37ca3 + 66d028a commit a1d72bb
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 a1d72bb

Please sign in to comment.