Resources that depend on each other (e.g. an outpu...
# typescript
g
Resources that depend on each other (e.g. an output of one is used as the input of another) will influence the sequence. Beyond that you can use https://www.pulumi.com/docs/reference/programming-model/#dependson to also influence the sequence.
👍 1