sparse-intern-71089
09/17/2020, 3:11 PMlittle-cartoon-10569
09/17/2020, 8:21 PMgetOutput
and requireOutput
work with objects, they return pulumi.Output<any>
and Promise<any>
.limited-rainbow-51650
09/18/2020, 6:54 AMgetOutput
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