File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -58,14 +58,14 @@ The following arguments are supported:
5858~ > ** Important:** Updates to ` name ` will recreate the database user.
5959
6060- ` password ` - (Required) database user password. The password must meet the following requirements based on ISO27001 standards:
61- - ** Length** : 8-128 characters
62- - ** Character types required** :
63- - At least 1 lowercase letter (a-z)
64- - At least 1 uppercase letter (A-Z)
65- - At least 1 digit (0-9)
66- - At least 1 special character (!@#$%^&* ()_ +-=[ ] {}|;:,.<>?)
67-
68- For secure password generation, consider using the ` random_password ` resource with appropriate parameters.
61+ - ** Length** : 8-128 characters
62+ - ** Character types required** :
63+ - At least 1 lowercase letter (a-z)
64+ - At least 1 uppercase letter (A-Z)
65+ - At least 1 digit (0-9)
66+ - At least 1 special character (!@#$%^&* ()_ +-=[ ] {}|;:,.<>?)
67+
68+ For secure password generation, consider using the ` random_password ` resource with appropriate parameters.
6969
7070- ` is_admin ` - (Optional) Grant admin permissions to the database user.
7171
You can’t perform that action at this time.
0 commit comments