│ 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.