gifted-island-55702
11/20/2020, 12:54 PMrandom.RandomPassword
and I'm wondering why it's result
output is not marked as secret and I have to do:
const password = new random.RandomPassword('myPassword', {...}, { additionalSecretOutputs: ['result'] })
Shouldn't it be marked as sensitive by default?