Hello folks, <@U01EJ0CBF2A> While decrypting sensi...
# general
f
Hello folks, @future-nail-59564 While decrypting sensitive outputs some unicode characters are converted into UTF-16 encoding. For instance,
<
becomes
\003c
when I run
pulumi stack output --show-secrets
. My value comes originally from my stack config. Is there a way to prevent this from happening, maybe a CLI flag or arg if you want to proceed programmatically? Many thanks,