Hi! I am playing with `random.RandomPassword` and I'm wondering why it's `result` output is not mark...
g
Hi! I am playing with
random.RandomPassword
and I'm wondering why it's
result
output is not marked as secret and I have to do:
Copy code
const password = new random.RandomPassword('myPassword', {...}, { additionalSecretOutputs: ['result'] })
Shouldn't it be marked as sensitive by default?