Is there dependency field we could add
# general
t
Is there dependency field we could add
w
You can use
dependsOn
or if you reference any output of the service that will result in a dependency automatically being created. https://www.pulumi.com/docs/intro/concepts/programming-model/#dependson
💯 1
t
thank you