i believe this is a known issue, we don't actually...
# aws
b
i believe this is a known issue, we don't actually read the backend config from the stack config, so you need to set
AWS_REGION
. I can't find the issue detailing it now, but @white-balloon-205 may know more
☝️ 1
b
b
I believe it's actually related to https://github.com/pulumi/pulumi/issues/5152
sorry about that @ambitious-father-68746
c
i used to put the bucket w/ region in the Pulumi.yaml to avoid having to login or set the region
something like
Copy code
backend:
  url: <s3://bucket/path?region=us-east-1>
🎉 1
a
@calm-greece-42329 That's it! It works now!
👍 1