Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit c19ca2b

Browse files
committed
Document that user password can be hashed
1 parent bc7539e commit c19ca2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redshift/resource_redshift_user.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Amazon Redshift user accounts can only be created and dropped by a database supe
8686
Type: schema.TypeString,
8787
Optional: true,
8888
Sensitive: true,
89-
Description: "Sets the user's password. Users can change their own passwords, unless the password is disabled. To disable password, omit this parameter or set it to `null`.",
89+
Description: "Sets the user's password. Users can change their own passwords, unless the password is disabled. To disable password, omit this parameter or set it to `null`. Can also be a hashed password rather than the plaintext password. Please refer to the Redshift [CREATE USER documentation](https://docs.aws.amazon.com/redshift/latest/dg/r_CREATE_USER.html) for information on creating a password hash.",
9090
},
9191
userValidUntilAttr: {
9292
Type: schema.TypeString,

0 commit comments

Comments
 (0)