This message was deleted.
# general
s
This message was deleted.
g
Running
pulumi up
will only act on the current project and stack. So the stack via the StackReference must have already been provisioned separately.
pulumi up
will not update both stacks
Our Automation API would let you run
up
across multiple stacks if you needed to. https://www.pulumi.com/blog/automation-api/
m
Thanks @gentle-diamond-70147 - Would that map dependencies across projects/stacks so that
StackReferences
are resolved first before referenced?
g
It does not automatically map the dependencies, but would let you set the order in your own code.
m
Understood. Thank you