This message was deleted.
# azure
s
This message was deleted.
w
If I understand correctly, you have multiple projects/stacks where a given stack stands up, say, networking resources, and another stack stands up, say, the AKS cluster, etc. And you want to orchestrate those multiple stacks in code instead of having to do
pulumi up
for stack A and then
pulumi up
for stack B. If that’s correct, then the automation API will allow you to do that: https://www.pulumi.com/blog/automation-api/
b
yes exactly, thanx!