Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TD-590 Add minimums for passwords #320

Merged
merged 2 commits into from
May 8, 2023

Conversation

tom-reinders
Copy link
Member

@tom-reinders tom-reinders commented May 8, 2023

I got an error because the password only had lower and upper case letters.

╷
│ Error: "administrator_password" must contain characters from three of the categories – uppercase letters, lowercase letters, numbers and non-alphanumeric characters, got ### REDACTED PASSWORD THAT ONLY HAS LOWER AND UPPERCASE LETTERS ###
│ 
│   with azurerm_mysql_flexible_server.mysql_flexible_server,
│   on main.tf line 31, in resource "azurerm_mysql_flexible_server" "mysql_flexible_server":
│   31:   administrator_password = random_password.mysql_admin_password.result
│ 
╵

@tom-reinders tom-reinders marked this pull request as ready for review May 8, 2023 11:52
@tom-reinders tom-reinders requested a review from a team as a code owner May 8, 2023 11:52
@tom-reinders tom-reinders added this to the v3.3.0 milestone May 8, 2023
@tom-reinders tom-reinders merged commit 897f493 into develop May 8, 2023
@tom-reinders tom-reinders deleted the TD-590_add_minimums_for_password branch May 8, 2023 12:03
@tom-reinders tom-reinders mentioned this pull request May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants