I've made the second PR to the go-cloud library wh...
# contribute
f
I've made the second PR to the go-cloud library which is used by Pulumi for state storage. That will fix https://github.com/pulumi/pulumi/issues/7251 and even more! It will allow to have storage URLs in
Pulumi.yaml
like
Copy code
backend:
  url: <azblob://container?account_name=storage_account&subscription_id=sub-id-xxx>
or similarly for S3
Copy code
backend:
  url: <s3://bucket_name?profile=your_profile_name_from_config>
so you don't have to do
pulumi login
when switching between projects! The PRs are: https://github.com/google/go-cloud/pull/3008 https://github.com/google/go-cloud/pull/3072 That's a deal breaker for us!
b
Hi @fierce-ability-58936 - this is fantastic and will be very useful as I start a project to work on self managed backeds this quarter :)
💯 1