0

When I run a terraform on GCP I get the error:

Error: googleapi: Error 403: Insufficient regional quota to satisfy request: resource "SSD_TOTAL_GB": request requires '100.0' and is short '100.0'. project has a quota of '500.0' with '0.0' available.

Indeed, I can check than the quota in full, but I do not see any disks in in Compute Engine.enter image description here

Is there a way to remove all the resources that use this quota or do you know where I can with these resources?

Thanks in advance.

RF1991
  • 2,037
  • 4
  • 8
  • 17
matined
  • 13
  • 1
  • 5
  • The Google Cloud Console GUI will show you the resources you have. For example, the first item in your screenshot is `Persistent Disk SSD`. Go to the disk section and review. You can also put the word `DISK` in the GUI search bar. – John Hanley Jul 16 '23 at 19:09
  • I cannot see any resources in neither `Compute Engine > Disks` nor `Kubernetes Engine > Storage`, though quota is still 100% :// – matined Jul 16 '23 at 21:27
  • Do you have the correct IAM roles to view resources? Edit your question with details after reading this [guide](https://overflow.tips/write-good-question/). See this [answer](https://stackoverflow.com/a/76676121/8016720) for another method to view resources. – John Hanley Jul 16 '23 at 21:51

0 Answers0