Skip to content

Commit 7482188

Browse files
committed
fix(sdk-js): unmarshalunknown-compilation-error
1 parent 3aed479 commit 7482188

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/resources/rdb_user.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)