terraform-google-network
terraform-google-network copied to clipboard
secondary_ranges does not support subnets with the same name
Since secondary_ranges is a map, it is not possible to utilize it if your subnets have the same name. In GCP the subnet names must be unique for a given region, this module should allow for the same.
I think we will fix this in #86.
It looks like https://github.com/terraform-google-modules/terraform-google-network/pull/69 could actually fix this as well.
@jason-huling is it still an issue or should we close this?