This message was deleted.
# general
s
This message was deleted.
f
wrapped it in
pulumi.secret
just in case 🙂
p
You can use the additionalSecretOutput flag. Something like this
Copy code
const spPassword = new random.RandomString(`pwd`, {
    length: 20,
    special: true,
}, { additionalSecretOutputs: ["result"] }).result
👍 1
f
was sort of expecting RandomPassword to do something like that by defualt though
👍 1
b
Hi @famous-jelly-72366 I wish I could tell you that this was anything but a bug 😕 https://github.com/pulumi/pulumi-terraform-bridge/issues/10