is it possible to convert a pulumi.Map to yaml as ...
# general
a
is it possible to convert a pulumi.Map to yaml as pulumi.String ?
b
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