hi all, is there a way to tell Pulumi that somethi...
# typescript
b
hi all, is there a way to tell Pulumi that something is not a secret so
preview
renders it?
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