Hi Folks ,
I am going to add GCS to manage backend state for my pulumi application. How to add gcs bucket cred in directly in pulumi configurations files instead of pulumi login gs://bucket_name.
s
steep-toddler-94095
02/17/2023, 8:40 PM
add this to the
Pulumi.yaml
for your project
backend:
url: <gs://bucket_name>
it's in the docs somewhere but i don't have the link handy
you can't specify a different backend per stack this way just fyi