Is it possible to see the value of a secret encryp...
# general
h
Is it possible to see the value of a secret encrypted using AWS KMS?
r
Depends. Where are you trying to see it?
h
For example on the command line
r
Yes... if they're in your config
pulumi config --show-secrets
if they're in your stack outputs then
pulumi stack output --show-secrets
h
Thanks