Skip to content

Commit 3ae7e07

Browse files
Fix db user resource doc (#367)
Signed-off-by: KeisukeYamashita <[email protected]>
1 parent fea29d9 commit 3ae7e07

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

website/docs/r/database_user.html.markdown

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,7 @@ resource "mongodbatlas_database_user" "test" {
8282
* `auth_database_name` - (Required) Database against which Atlas authenticates the user. A user must provide both a username and authentication database to log into MongoDB.
8383
Accepted values include:
8484
* `admin` if `x509_type` and `aws_iam_type` are omitted or NONE.
85-
* `$external` if:
86-
* `x509_type` is MANAGED or CUSTOMER, or
87-
* `aws_iam_type` is USER or ROLE.
85+
* `$external` if `x509_type` is MANAGED or CUSTOMER or `aws_iam_type` is USER or ROLE.
8886
* `project_id` - (Required) The unique ID for the project to create the database user.
8987
* `roles` - (Required) List of user’s roles and the databases / collections on which the roles apply. A role allows the user to perform particular actions on the specified database. A role on the admin database can include privileges that apply to the other databases as well. See [Roles](#roles) below for more details.
9088
* `username` - (Required) Username for authenticating to MongoDB.

0 commit comments

Comments
 (0)