You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we construct Meta.GCPBlocks from blocks.txt that we took from https://cloud.google.com/vpc/docs/subnets#ip-ranges
And use this region/cidr mapping for calculating default CIDR for GCP VPC Peering.
Idea is to drop this logic entirely and force client provide CIDR.
There is one case that is going to be broken with this change, is when GCP VPC is created with auto_create_subnetworks:
It is broken due to absence of google_compute_subnetwork in the state and inability to import these resources automatically, which should be handled by GCP terraform provider.
The text was updated successfully, but these errors were encountered:
Currently we construct
Meta.GCPBlocks
fromblocks.txt
that we took from https://cloud.google.com/vpc/docs/subnets#ip-rangesAnd use this region/cidr mapping for calculating default CIDR for GCP VPC Peering.
Idea is to drop this logic entirely and force client provide CIDR.
There is one case that is going to be broken with this change, is when GCP VPC is created with
auto_create_subnetworks
:It is broken due to absence of
google_compute_subnetwork
in the state and inability to import these resources automatically, which should be handled by GCP terraform provider.The text was updated successfully, but these errors were encountered: