Join Slack
Powered by
Hello! What is the recommended way to work with mu...
# aws
w
witty-belgium-75866
05/26/2025, 1:22 PM
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
modern-zebra-45309
05/26/2025, 2:18 PM
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/
2
Views
Open in Slack
Previous
Next