I'm using Terraform to create GCP projects (google_project resource) through service account inpersonnation and I'm hitting a quota issue:
Error: Error waiting for creating folder: Error code 8, message: The project cannot be created because you have exceeded your allotted project quota.
My problem is identical to this Github Issue
I've requested and obtained a project quota increase and I'm able to create projects in the GCP console but not with the service account.
The proposed solution is to use another service account but this is really inconvenient.
- Is it possible to display the project quota associated with the service account ?
- Is there a way to reset or update the project quota associated with the service account so that I can avoid to setup a new one ?
Thx