This message was deleted.
# azure
s
This message was deleted.
g
I'm now trying to circumvent this by waiting for a later resource "just in case" but this is kinda ugly and forces me to do stuff like
Copy code
ingressLoadbalancerIP.ipAddress.apply(addr => addr || 'NOT_AVAILABLE_YET')
g
Interesting
That is indeed much better even if that too is a bit wonky
Cheers