I have a usecase where I am creating a RDS DB with...
# general
c
I have a usecase where I am creating a RDS DB with a randomized password. Issue here is that this Randomised password is different when I plan vs when I apply. During plan I create a plan.json which I use when applying. This gives error in pulumi because the randomized password value has changed. How can we solve this ?
f
How do you generate the random password? This https://www.pulumi.com/registry/packages/random/api-docs/randompassword/ should work as expected.
c
This works perfectly