https://pulumi.com logo
#general
Title
# general
a

adamant-father-26302

05/18/2022, 11:36 AM
is it possible to convert a pulumi.Map to yaml as pulumi.String ?
b

billowy-army-68599

05/18/2022, 11:55 AM
you would need to use an
ApplyT
unfortunately. • use an apply to get the resolved yaml • manipulate that value into YAML and return a string • then cast it to
pulumi.String
8 Views