gorgeous-country-43026
05/27/2021, 10:15 AMazure.network.PublicIPAddress
to populate in such a way that it will always have the IP address available under ipAddress
property? It's type signature in TS is Output<string | undefined>
which I'm assuming is due to the fact that this output won't wait until it has got the IP address?ingressLoadbalancerIP.ipAddress.apply(addr => addr || 'NOT_AVAILABLE_YET')
tall-librarian-49374
05/27/2021, 10:28 AMgorgeous-country-43026
05/27/2021, 10:29 AM