Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quota reached for VPC subnets #29

Open
BryceBeagle opened this issue Apr 4, 2022 · 0 comments
Open

Quota reached for VPC subnets #29

BryceBeagle opened this issue Apr 4, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@BryceBeagle
Copy link
Member

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

@BryceBeagle BryceBeagle added the bug Something isn't working label Apr 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant