Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Error creating network (Quota limit) #109

Open
baznikin opened this issue Aug 9, 2022 · 0 comments
Open

Error creating network (Quota limit) #109

baznikin opened this issue Aug 9, 2022 · 0 comments
Labels
Cloud Issues related to Gcore Cloud

Comments

@baznikin
Copy link

baznikin commented Aug 9, 2022

I try to utilize network resource:

  # gcore_network.network will be created
  + resource "gcore_network" "network" {
      + create_router = true
      + id            = (known after apply)
      + last_updated  = (known after apply)
      + mtu           = (known after apply)
      + name          = "example"
      + project_id    = 247389
      + region_id     = 92
      + type          = (known after apply)
    }

and got this error:

gcore_network.network: Creating...
╷
│ Error: Quota limit for network_count exceeded by 1
│ 
│   with gcore_network.network,
│   on main.tf line 14, in resource "gcore_network" "network":
│   14: resource "gcore_network" "network" {
│ 
╵

However API reported there is no projects:

curl -H "Authorization: APIKey ${GCORE}" https://api.gcorelabs.com/cloud/v1/networks/247389/92 | jq .     
{
  "count": 0,
  "results": []
}
@gofort gofort added the Cloud Issues related to Gcore Cloud label Jan 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Cloud Issues related to Gcore Cloud
Projects
None yet
Development

No branches or pull requests

2 participants