Skip to content

Quota reached for VPC subnets #29

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions