openinfrastructure / terraform-google-multinic

Connect two VPC networks with an auto-healing, auto-scaling group of IP router instances.
Apache License 2.0
10 stars 5 forks source link

Add examples/multiregion/ multi region example #19

Closed jeffmccune closed 4 years ago

jeffmccune commented 4 years ago

This patch adds an example of how to create multiple multinic clusters in multiple regions. A new module, 52_regional_multinic encapsulates each zonal multinic instance. The inputs to this new module are the cidr ranges to route through the region, the region, and the values necessary to manage the multinic instances themselves.

Resolves: https://github.com/openinfrastructure/terraform-google-multinic/issues/18