https://pulumi.com logo
#aws
Title
b

billowy-army-68599

10/14/2020, 2:42 PM
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

bulky-judge-50216

10/14/2020, 3:19 PM
b

broad-dog-22463

10/14/2020, 3:27 PM
I believe it's actually related to https://github.com/pulumi/pulumi/issues/5152
sorry about that @ambitious-father-68746
c

calm-greece-42329

10/14/2020, 9:39 PM
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

ambitious-father-68746

10/15/2020, 11:13 AM
@calm-greece-42329 That's it! It works now!
👍 1