Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mongodb role that constantly update at each Update #536

Merged
merged 6 commits into from
Jan 31, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update doc
  • Loading branch information
lpatte committed Jan 15, 2024
commit 6f9a125daa44032798e76f70d5f7d5b9cddb98b3
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,23 @@ The following arguments are supported:

* `roles` - (Optional: if omit, default role) Roles the user belongs to.
Available roles:
* `backup`
* `dbAdminAnyDatabase`
* `readAnyDatabase`
* `readWriteAnyDatabase`
* `restore`
* `userAdminAnyDatabase`
* `backup@admin`
* `clusterAdmin@admin`
* `clusterManager@admin`
* `clusterMonitor@admin`
* `dbAdmin@(defined db)`
* `dbAdminAnyDatabase@admin`
* `dbOwner@(defined db)`
* `enableSharding@(defined db)`
* `hostManager@admin`
* `read@(defined db)`
* `readAnyDatabase@admin`
* `readWrite@(defined db)`
* `readWriteAnyDatabase@admin`
* `restore@admin`
* `root@admin`
* `userAdmin@(defined db)`
* `userAdminAnyDatabase@admin`

* `password_reset` - (Optional) Arbitrary string to change to trigger a password update. Use the `terraform refresh` command after executing `terraform apply` to update the output with the new password.

Expand Down