Based on this doc: <https://www.pulumi.com/docs/in...
# general
i
Based on this doc: https://www.pulumi.com/docs/intro/concepts/programming-model/#dependson I want to get a bit more clarity around
depensdOn
, while I am testing it, it looks like it doesn’t check the health of the dependsOn resource, which means I can’t get
eventual consistency requirement
if it’s true, any workarounds?
any updates here? 😞
@white-balloon-205 could you please help me here 🙂 thanks
just want to understand, that
dependsOn
respects only creating of resources and not the health itself. Thanks