hello there! there is a way to handle 2 resources...
# general
h
hello there! there is a way to handle 2 resources from diferent region on my code ?
g
You'll want to use Explicit Providers to handle this use case. https://www.pulumi.com/docs/intro/concepts/resources/#explicit-provider-configuration
👀 1