https://pulumi.com logo
Title
f

fierce-ability-58936

10/14/2021, 7:51 AM
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
backend:
  url: <azblob://container?account_name=storage_account&subscription_id=sub-id-xxx>
or similarly for S3
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

broad-dog-22463

10/14/2021, 9:33 AM
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