Hope someone can help me with my problem! I would...
# google-cloud
j
Hope someone can help me with my problem! I would like to keep the state of Pulumi in GS (
Google Storage
). What am I doing now? 1. I use the module "npm googleapis" where I log in via
OAuth2 to GCP
and get the accessToken - I have it stored under the variable. 2. I would like to use my accessToken in Pulumi to hold the state in GS. I have read about setting the
accessToken
(https://www.pulumi.com/registry/packages/gcp/installation-configuration/#configuration-reference;
pulumi config set gcp:accessToken
), but all attempts end up forcing me to log into
Pulumi Service
- and I would like to avoid that. Actually, the matter would be solved if someone would show me how to use the
pulumi login gs://
command and pass my accessToken in it. I hope there will be someone here with knowledge!