https://pulumi.com logo
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
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