Skip to content

terraform apply fails with insufficient quota #48

Open
@sirockin

Description

@sirockin

With default GCP quotas set:

Error: error creating NodePool: googleapi: Error 403: 
        (1) insufficient regional quota to satisfy request: resource "CPUS": request requires '72.0' and is short '48.0'. project has a quota of '24.0' with '24.0' available. View and manage quotas at https://console.cloud.google.com/iam-admin/quotas?usage=USED&project=hive-kafka-tensorflow-demo
        (2) insufficient regional quota to satisfy request: resource "IN_USE_ADDRESSES": request requires '9.0' and is short '1.0'. project has a quota of '8.0' with '8.0' available. View and manage quotas at https://console.cloud.google.com/iam-admin/quotas?usage=USED&project=hive-kafka-tensorflow-demo., forbidden

  on main.tf line 42, in resource "google_container_node_pool" "primary_nodes":
  42: resource "google_container_node_pool" "primary_nodes" {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions