This message was deleted.
# typescript
s
This message was deleted.
b
that'll unwrap the secret in the preview and the update as well
Basically, be careful that it's definitely not a secret
If you want to view it, you can mark it as an output and then use
pulumi stack output {outputname} --show-secrets
and that will decrypt it for you
b
yeah it's just a property that got infected by being close to a secret in an
apply
thanks!
👍 1