update docs (#504)

This commit is contained in:
GokceGK 2024-08-12 16:24:17 +02:00 committed by GitHub
parent 5f3faacd7f
commit b902af0722
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ resource "stackit_mongodbflex_user" "example" {
- `database` (String)
- `instance_id` (String) ID of the MongoDB Flex instance.
- `project_id` (String) STACKIT project ID to which the instance is associated.
- `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`]
### Optional