think of Output<t> like a promise. you can't...
# general
r
think of Output<t> like a promise. you can't directly get the value out of a promise, you have to get it via
await
or via
.then(x => ...)