Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Terraform. Create cloud app

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..

0 1 2,277
1 REPLY 1

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

  • There's no email address associated with it
  • There's an email address but it's not the service account that you want to impersonate
  • Proper permissions are not set

For us to resolve it, we need to make sure that the following criteria are met:

You may also check these Stack Overflow questions that would also resolve the error that you get: