Hello!
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
A co-worker just asked me how we can rotate the value of a RandomPassword resource, after the value was accidentally logged in plaintext.
I’m pretty sure I need to use pulumi destroy with --target to destroy the resource and then run pulumi up to recreate it, but only about 90% sure.
Regardless, even if I was 100% sure, there are probably other folks out there who could use some guidance on this. And also when questions come up, I always like it when I can share a URL to some canonical documentation so that people can learn, and can have confidence in a process or procedure.
Affected area/feature
This provider’s docs.
Hello!
Issue details
A co-worker just asked me how we can rotate the value of a
RandomPasswordresource, after the value was accidentally logged in plaintext.I’m pretty sure I need to use
pulumi destroywith--targetto destroy the resource and then runpulumi upto recreate it, but only about 90% sure.Regardless, even if I was 100% sure, there are probably other folks out there who could use some guidance on this. And also when questions come up, I always like it when I can share a URL to some canonical documentation so that people can learn, and can have confidence in a process or procedure.
Affected area/feature
This provider’s docs.