terragrunt icon indicating copy to clipboard operation
terragrunt copied to clipboard

GCS bucket creation errors with 404 project not found even though access credentials configured

Open yorinasub17 opened this issue 2 years ago • 1 comments

Customer is getting the following error when attempting to use Terragrunt GCS management features:

Create GCS bucket $BUCKET_NAME returned an error: googleapi: Error 404: The requested project was not found., notFound.

yorinasub17 avatar Jun 20 '22 14:06 yorinasub17

Hi, I suspect it may be an issue with used service account permissions or was used service account from a different GCP project.

Usage of service account with "Editor" role on sample project worked fine.

https://stackoverflow.com/questions/63702838/the-requested-project-was-not-found

denis256 avatar Jun 20 '22 17:06 denis256