From b902af07228c810751da3363e36787825b8da9e0 Mon Sep 17 00:00:00 2001 From: GokceGK <161626272+GokceGK@users.noreply.github.com> Date: Mon, 12 Aug 2024 16:24:17 +0200 Subject: [PATCH] update docs (#504) --- docs/resources/mongodbflex_user.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/mongodbflex_user.md b/docs/resources/mongodbflex_user.md index b3afef14..0510c8a3 100644 --- a/docs/resources/mongodbflex_user.md +++ b/docs/resources/mongodbflex_user.md @@ -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