sparse-intern-71089
09/29/2021, 4:57 PMbored-table-20691
09/29/2021, 4:58 PMechoing-librarian-76448
09/29/2021, 5:00 PMpulumi.StringOutput
that I haven't found another way to access without .ApplyT
echoing-librarian-76448
09/29/2021, 5:01 PMechoing-librarian-76448
09/29/2021, 5:22 PMpulumi.StringOutput
type? I could refactor our code to not need the plain string if it's possible.bored-table-20691
09/29/2021, 7:49 PMlemon-agent-27707
09/30/2021, 1:00 AMlemon-agent-27707
09/30/2021, 1:02 AMidOutput := val.Apply( v => ...someTransform.. return v.id);
ctx.export("idOutput", idOutput)
echoing-librarian-76448
10/06/2021, 2:56 PMpulumi.StringInput
as a parameter instead of String
I was able to avoid using ApplyT
after making that switch. Thanks for the guidance on this