This message was deleted.
# typescript
s
This message was deleted.
s
Came across this: https://www.pulumi.com/docs/guides/organizing-projects-stacks/#organizing-projects-and-stacks looks like there are at least two patterns to help us think through these kinds of requirements
l
You need two provider objects, one for each set of credentials. They can be in the same project / stack, or in different projects / stacks, and referenced using StackReference.
🙏 1