When I'm using the google cloud storage driver to ...
# google-cloud
a
When I'm using the google cloud storage driver to manage my state, Pulumi is giving me the following error on my CI machine:
You do not appear to have access to project
I'm using a service account (have been able to access other buckets with it) on my CI machine, so I know it definitely has permission to work with resources inside of the project. For some reason though, Pulumi thinks it doesn't... Any possible causes for this error? Is there a list of permissions the Pulumi GCP driver expects to have?
g
Check if the CI job is forwarding the environment variable
GOOGLE_APPLICATION_CREDENTIALS
correctly to pulumi
a
Aha!
Thank you 🙂
g
partypus