I have some specialized password rules that I need...
# general
f
I have some specialized password rules that I need to validate. What is a good way to re-generate the password until it matches the critera and avoid having to re-run the deployment over and over with a manual delete of the resource?
o
f
No, the problem is that the settings for a RandomPassword might not fit the requirements for what we are doing and we need to validate it after creation and potentially recreate a new password. Stuff like “Cant have 3 consecutive letters from the username in the password”. We can easily do the validation, but I don’t know how to delete the previously generated password and create a new one without manual intervention