Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#general
Title
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
Post