Skip to content

Commit 5ba675c

Browse files
committed
SUMO-170668 password max length can now only be set to 128
1 parent 45aba8f commit 5ba675c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/password_policy.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ resource "sumologic_password_policy" "examplePasswordPolicy" {
3434
The following arguments are supported:
3535

3636
- `min_length` - (Optional) The minimum length of the password. Defaults to 8.
37-
- `max_length` - (Optional) The maximum length of the password. Defaults to 128.
37+
- `max_length` - (Optional) The maximum length of the password. Defaults to 128. (128 is now the only accepted value; other values are no longer supported, and this field may be deprecated in the future.)
3838
- `must_contain_lowercase` - (Optional) If the password must contain lower case characters. Defaults to true.
3939
- `must_contain_uppercase` - (Optional) If the password must contain upper case characters. Defaults to true.
4040
- `must_contain_digits` - (Optional) If the password must contain digits. Defaults to true.

0 commit comments

Comments
 (0)