sparse-intern-71089
01/03/2023, 3:47 PMbillowy-army-68599
Output
which is promise like
Why do you want to await it?ripe-cat-40820
01/03/2023, 3:58 PMvictorious-church-57397
01/03/2023, 5:23 PMripe-cat-40820
01/04/2023, 12:15 AMPulumi automatically captures dependencies when you pass an output from one resource as an input to another resource.https://www.pulumi.com/docs/intro/concepts/inputs-outputs/#:~:text=pulumi%20automatically%20captures%20dependencies%20when%20you%20pass%20an%20output%20from%20one%20resource%20as%20an%20input%20to%20another%20resource.
ripe-cat-40820
01/04/2023, 12:23 AMconst image = await new docker.Image(...)
// then...
// or using Promise.all() / Promise.allSettled() or whatever JS natively offers to deal with flow of async instructions
billowy-army-68599
billowy-army-68599
billowy-army-68599