```export let ingressUrl = router.status.loadBalan...
# general
l
Copy code
export let ingressUrl = router.status.loadBalancer.ingress[0].hostname;
I have tried pulumi.interpolate and .apply syntax but I cannot get it working. I want to get ZoneId of
url
, I got the relevant code too but it is showing error like
Argument of type 'Output<string>' is not assignable to parameter of type 'string'
😞 I have take sample code from - https://github.com/pulumi/examples/blob/master/aws-ts-static-website/index.ts