sparse-intern-71089
08/26/2019, 3:31 PMtall-librarian-49374
08/26/2019, 3:33 PMdoAsyncStuff
and assign it to output
.
export let output = doAsyncStuff();
async function doAsyncStuff(() => {
...
return`${someResource.ingressHost}`;
});
tall-librarian-49374
08/26/2019, 3:34 PMoutput
before it's ready.bitter-dentist-28132
08/27/2019, 8:36 PMtall-librarian-49374
08/27/2019, 9:12 PMpulumi.output
if you need to use it for inputs to other resources.