sparse-intern-71089
04/27/2022, 9:07 PMlittle-cartoon-10569
04/27/2022, 9:21 PMpulumi.all()
, which is the most generic way, but also very verbose. If you're just looking to create an Output<string>
from other `Output<string>`s, then pulumi.interpolate
is the sugar on top, to make it more readable.clever-glass-42863
04/27/2022, 9:23 PMOutput.Tuple<...>
which allows for various data types; which is effectively what I needed. Thanks!