Last week, everything were ok. But today when I run again terraform apply, I have the following error for all my ressources:
Error: Post "https://storage.googleapis.com/storage/v1/b?alt=json&prettyPrint=false&project=PROJECTID": dial tcp SOMEIPTHATCANTSHARE:443: connect: connection refused
I have to:
Create BigQuery Datasets and tables.
Create buckets
I try "gcloud auth login" and "gcloud auth application-default login"
I have to following messages:
UserWarning: Your application has authenticated using end user credentials from Google Cloud SDK without a quota project. You might receive a "quota exceeded" or "API not enabled" error. We recommend you rerun \gcloud auth application-default login` and make sure a quota project is added. Or you can use service accounts instead. For more information about service accounts, see[https://cloud.google.com/docs/authentication/](https://cloud.google.com/docs/authentication/).. warnings.warn(_CLOUD_SDK_CREDENTIALS_WARNING)`
Cannot add the project "A PROJECT FROM ANOTHER GOOGLE CLOUD ACCOUNT" to ADC as the quota project because the account in ADC does not have the "serviceusage.services.use" permission on this project. You might receive a "quota_exceeded" or "API not enabled" error. Run $ gcloud auth application-default set-quota-project to add a quota project.```