This message was deleted.
s
This message was deleted.
l
In my stack, it looks like this:
Copy code
{
  "<guid>": "<guid>",
  "ciphertext": "<encoded string>"
}
I could add it to my resource outputs, then to my stack output, then use
pulumi stack output --secrets ...
, but that's a lot of work for a value I just want to check once...
b
Pulumi stack output —show-secrets
That will decrypt anything on the checkpoint
l
Yep, I can do it that way, but that's long, since the value isn't exported from its class (and thus not from the stack either). Just wondering if there's a way to take the json and get a decrypted string from that.