We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3faac commit b902af0Copy full SHA for b902af0
1 file changed
docs/resources/mongodbflex_user.md
@@ -30,7 +30,7 @@ resource "stackit_mongodbflex_user" "example" {
30
- `database` (String)
31
- `instance_id` (String) ID of the MongoDB Flex instance.
32
- `project_id` (String) STACKIT project ID to which the instance is associated.
33
-- `roles` (Set of String) Database access levels for the user. Supported values are: `read`, `readWrite`.
+- `roles` (Set of String) Database access levels for the user. Some of the possible values are: [`read`, `readWrite`, `readWriteAnyDatabase`]
34
35
### Optional
36
0 commit comments