Hello! What is the recommended way to work with mu...
# aws
w
Hello! What is the recommended way to work with multi aws provider stack? we want to configure 2 aws accounts in a single state (without using profiles)
m
You can instantiate multiple AWS providers (https://www.pulumi.com/registry/packages/aws/api-docs/provider/) and then pass the correct provider to each resource as described here: https://www.pulumi.com/docs/iac/concepts/options/provider/