https://pulumi.com logo
l

little-answer-72566

03/21/2019, 10:05 PM
is there a way to reference an AWS resource in a different region than what’s specified in the
Pulumi.stack.yaml
file? Specifically, my file targets
us-west-2
but I’d like to write to an S3 bucket in
us-east-1
b

broad-football-5123

03/21/2019, 10:10 PM
You might need to create a provider in the second region and pass it in when you create the bucket. See https://pulumi.io/reference/programming-model.html#providers
👍 1
That’s a very good page of documentation. 🙂
l

little-answer-72566

03/21/2019, 10:13 PM
yeah it has a lot of great info, thanks! the more i read about this tool, the more i’m liking it
pulumipus 8bit 1