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
s
some-chef-79525
05/18/2020, 1:32 PM
I've read the docs, but I'm a bit green at this tool and I feel I'm missing something when it comes to how ResourceProvider is meant to be used.
f
future-barista-68134
05/18/2020, 1:34 PM
Yes you can use explicitly defined provider. In your case, as many as there are regions you want to deploy to 🙂 See documentation here for example:
https://www.pulumi.com/docs/intro/concepts/programming-model/#explicit-provider-configuration
s
some-chef-79525
05/18/2020, 1:47 PM
Ah! I missed this. Thanks 👍
Lemme give it a try and see how I go 😄
b
broad-dog-22463
05/18/2020, 2:14 PM
@some-chef-79525
I can give you an AWS sample that shows this
https://www.pulumi.com/blog/controlling-aws-costs-with-lambda-and-pulumi/#deploying-to-multiple-regions
s
some-chef-79525
05/18/2020, 3:01 PM
@broad-dog-22463
That's perfect, thanks a lot for the link 👍
b
broad-dog-22463
05/18/2020, 3:02 PM
Hope it's useful - let me know if you need something
Post