sparse-intern-71089
08/14/2020, 5:01 AMlittle-cartoon-10569
08/14/2020, 5:12 AMpulumi.output(yourInput).apply(value => {});
breezy-butcher-78604
08/14/2020, 5:20 AMInput<T>
, if so, why does the Input<T>
type exist couldn't everything just be Output<T>
?little-cartoon-10569
08/14/2020, 5:31 AMbreezy-butcher-78604
08/14/2020, 5:34 AMlittle-cartoon-10569
08/14/2020, 5:36 AMInput<string>
. That way the string could come from another resource (Output<string>) or a constant (string).