https://pulumi.com logo
b

better-rainbow-14549

03/21/2019, 1:05 PM
If i wanted to generate a random password, store it in an azure keyvault and then refer to it... how would i do that? Would it not re-generate the password each
pulumi up
? How would I stop it from continuously replacing it?
w

white-balloon-205

03/21/2019, 2:23 PM
There’s a
@pulumi/random
package designed for exactly this scenario. For example: https://pulumi.io/reference/pkg/nodejs/@pulumi/random/index.html#RandomString
b

better-rainbow-14549

03/21/2019, 2:23 PM
ah fantastic thanks