I am trying to build a CLI utilizing the Pulumi Automation API and would like to store the required Pulumi state in a GCP Storage Bucket (using the Pulumi CLI I can do this using pulumi login gs://some-bucket
).
In the documentation I could not find information about this, the only login-related topic mentioned is the use of a Pulumi Access Token used to talk to the Pulumi Service - which I'm trying to avoid.
Does the option to use the Automation API without using the Pulumi Service even exist?