Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Aug 16, 2023
1 parent 48e6cb7 commit c423653
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions website/docs/d/memorydb_user.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ In addition, the following attributes are exported:
* `access_string` - Access permissions string used for this user.
* `arn` - ARN of the user.
* `authentication_mode` - Denotes the user's authentication properties.
* `password_count` - The number of passwords belonging to the user.
* `type` - Whether the user requires a password to authenticate.
* `password_count` - (Optional) The number of passwords belonging to the user if `type` is set to `password`. Otherwise
* `type` - Specifies the authentication type.
* `minimum_engine_version` - The minimum engine version supported for the user.
* `tags` - Map of tags assigned to the subnet group.
4 changes: 2 additions & 2 deletions website/docs/r/memorydb_user.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ The following arguments are optional:

### authentication_mode Configuration Block

* `passwords` - (Required) The set of passwords used for authentication. You can create up to two passwords for each user.
* `type` - (Required) Indicates whether the user requires a password to authenticate. Must be set to `password`.
* `passwords` - (Optional) The set of passwords used for authentication if `type` is set to `password`. You can create up to two passwords for each user.
* `type` - (Required) Specifies the authentication type. Possible options are: `password` or `iam`.

## Attributes Reference

Expand Down

0 comments on commit c423653

Please sign in to comment.