You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there anyway we could add a feature where it creates a password with lowerletter in the beginning? Maybe add an option
start_with_lower_letter = true
Because, we are using lower letter with numbers and some providers require the password or ID to start with lower letter. An example is
There are various places that the password must or must not start with a type of characters.
Would you please take a look at this?
We overcome it with tricks and scripts, but that is not nice.
Hi there,
Is there anyway we could add a feature where it creates a password with lowerletter in the beginning? Maybe add an option
start_with_lower_letter = true
Because, we are using lower letter with numbers and some providers require the password or ID to start with lower letter. An example is
resource "google_project" "project" {
name = "testproject"
project_id = random_password.password.result
}
Google project does not allow IDs that start with number
The text was updated successfully, but these errors were encountered: