is there a way to reference an AWS resource in a d...
# general
l
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
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
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