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
│ Error: Error waiting to create Network: Error waiting for Creating Network: Quota 'SUBNETWORKS' exceeded. Limit: 100.0 globally.
│ Quota 'SUBNETWORKS' exceeded. Limit: 100.0 globally.
│
│ with module.network.google_compute_network.vpc,
│ on modules/network/main.tf line 9, in resource "google_compute_network" "vpc":
│ 9: resource "google_compute_network" "vpc" ***
Currently, we deploy our VPCs with auto_create_subnetworks = True. This means a subnet is created for each and every GCloud region (~30). This means the max concurrent deployments we can have is ~3.
The text was updated successfully, but these errors were encountered:
Currently, we deploy our VPCs with
auto_create_subnetworks
=True
. This means a subnet is created for each and every GCloud region (~30). This means the max concurrent deployments we can have is ~3.The text was updated successfully, but these errors were encountered: