This message was deleted.
# general
s
This message was deleted.
l
getOutput
and
requireOutput
work with objects, they return
pulumi.Output<any>
and
Promise<any>
.
l
@little-cartoon-10569 tnx. I got a stack trace in my code. Your remark made me look more closely at the line numbers and I found out that it wasn’t the
getOutput
call that bailed out on me. It was a bit further down when I used the
Output
where I was still doing something wrong. Fixed that and everything is working now. Still, I filed a feature request to add the methods for ease of use & consistency with `Config`: https://github.com/pulumi/pulumi/issues/5405
👍 1