You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
# 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" {
│
╵
I try to utilize network resource:
and got this error:
However API reported there is no projects:
The text was updated successfully, but these errors were encountered: