https://pulumi.com logo
b

big-angle-30002

07/06/2023, 9:29 AM
Hi, is it possible to configure a stack to deploy to two or more providers at the same time? eg GPC, AWS, Azure?
b

brave-orange-17668

07/06/2023, 10:05 AM
This is an interesting question. Whats the use case?
e

echoing-dinner-19531

07/06/2023, 10:11 AM
Yes this is well supported. Just pull in the SDKs for each provider.
b

big-angle-30002

07/06/2023, 4:44 PM
I have created templates to pull up resources in three providers, but so far I have to switch stacks if I want to pull up AWS, GCP or Azure. I have thought of calling those templates at the same time without having to change my stack
e

echoing-dinner-19531

07/06/2023, 4:47 PM
You shouldn't need to switch stacks, just put all three resources types into the same program.