This message was deleted.
# general
s
This message was deleted.
m
I think the solution is a bit more complex than a sleep: https://www.pulumi.com/blog/dynamic-providers/
Or look in the issue tracker for a similar use case? Consider capturing a new issue if you believe this is a bug with the SDK.
g
It’s possible, but requires a bit of work. https://gist.github.com/lukehoban/fd0355ed5b82386bd89c0ffe2a3c916a shows an example of this for Kubernetes resources, but the same idea would apply.
They key insight here is that you can set a resource field to depend on a computed value that includes a timeout.
m
That is clever and an interesting solution. Thank you for sharing.
👍 1
q
Thanks so much. I will look into these ideas!