Skip to content

Commit

Permalink
d/aws_memorydb_user(doc): fix copypasta
Browse files Browse the repository at this point in the history
  • Loading branch information
jar-b committed Apr 25, 2024
1 parent bc3f21b commit a407a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/d/memorydb_user.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This data source exports the following attributes in addition to the arguments a
* `access_string` - Access permissions string used for this user.
* `arn` - ARN of the user.
* `authentication_mode` - Denotes the user's authentication properties.
* `password_count` - (Optional) Number of passwords belonging to the user if `type` is set to `password`.
* `password_count` - Number of passwords belonging to the user if `type` is set to `password`.
* `type` - Type of authentication configured.
* `minimum_engine_version` - Minimum engine version supported for the user.
* `tags` - Map of tags assigned to the user.

0 comments on commit a407a62

Please sign in to comment.