sparse-intern-71089
04/21/2022, 1:45 PMechoing-dinner-19531
04/21/2022, 2:44 PMresultOutput := strOutput.ApplyT(func(value string) string {
return // do something with value
}).(pulumi.StringOutput)
Most other resources will accept Outputs as part of their constructor arguments, so your Params
struct could probably just take outputs as well.