We added StackReference recently, which is nice for creating a dependency between two stacks. However, this does not enforce that when a dependency stack updates, that all the stacks that have outstanding StackReferences on it also update.
Ideally, we would automate this to the greatest degree possible, ultimately down to the level of cascading resources updates across stacks. There are some challenges with this in the near term, but we should look at some/all of the below as part of this.
I think automated updated on all dependent stacks would be too much as it often needs to be scheduled later. Info output with all dependent stacks would be very helpful.
I think automated updated on all dependent stacks would be too much as it often needs to be scheduled later. Info output with all dependent stacks would be very helpful.
It would be nice if Pulumi could provide all options in the order below:
How does Pulumi recommend detecting and handling cascading dependencies?
Most helpful comment
I think automated updated on all dependent stacks would be too much as it often needs to be scheduled later. Info output with all dependent stacks would be very helpful.