salmon-energy-31764
01/26/2023, 8:14 AMexport declare type Input<T> = T | Promise<T> | OutputInstance<T>;
white-balloon-205
01/26/2023, 2:20 PMminiature-musician-31262
02/01/2023, 10:07 PMthis.asOutput(pulumi.output(myInput))
. Happy to file an issue if y’all would agree with that.white-balloon-205
02/02/2023, 12:42 AMpulumi.output
though, since that will result in an opaque token even for "known" values. It will need to type test the input and emit a plain old string value if it gets a string
.miniature-musician-31262
02/02/2023, 1:09 AM