I wanted create cloud run with terraform.
But i got error 'Error: Error creating Service: googleapi: Error 403: The caller does not have permission'
I used service key with rights 'owner' and i can create static website with this accaunt .
What is happaed, help my please..
Hi @Andrey123321,
Welcome to Google Cloud Community!
Based on your error message, there are several factors that you get the error 403. According to this documentation on troubleshooting terraform on gcloud:
For us to resolve it, we need to make sure that the following criteria are met:
getIamPolicy
resourcemanager.projects.get
You may also check these Stack Overflow questions that would also resolve the error that you get: