strong-belgium-33104
02/10/2023, 2:38 AM403 access denied
. However, I am the owner of the gcp account and authenticated gcloud auth application-default login
. Is there anything specific I need to do to be able to allow pulumi to provision the projects?orange-policeman-59119
02/10/2023, 5:59 AMgcloud auth login --update-adc
is what I've used in the past.
If that doesn't work, do you have any environment variables or Pulumi config that would override auth?strong-belgium-33104
02/10/2023, 4:29 PMname: development
runtime: nodejs
description: Development project infrastructure
main: main.ts
* error creating project experimental (experimental-82d11ee0-7): googleapi: Error 409: Requested entity already exists, alreadyExists. If you received a 403 error, make sure you have the `roles/resourcemanager.projectCreator` permission
but the projects doesn’t actually exists thoughorange-policeman-59119
02/10/2023, 5:29 PM