From ebe2f2d66e463f3ba65e072769cd3a3c3dea0493 Mon Sep 17 00:00:00 2001 From: Giuseppe Maxia Date: Mon, 13 Nov 2023 08:46:33 +0100 Subject: [PATCH] Update docs Signed-off-by: Giuseppe Maxia --- website/docs/r/catalog_access_control.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/catalog_access_control.html.markdown b/website/docs/r/catalog_access_control.html.markdown index 45cc79deb..fc5bff8f1 100644 --- a/website/docs/r/catalog_access_control.html.markdown +++ b/website/docs/r/catalog_access_control.html.markdown @@ -102,7 +102,7 @@ The following arguments are supported: this property must be set to `false`. * `everyone_access_level` - (Optional) Access level when the Catalog is shared with everyone (it can only be set to `ReadOnly`). Required if `shared_with_everyone` is set. -* `read_only_shared_with_all_orgs` - (Optional; *v3.11+*) If true, the catalog is shared as read-only with all organizations +* `read_only_shared_with_all_orgs` - (Optional; *v3.11+*) If true, the catalog is shared as read-only with all organizations. * `shared_with` - (Optional) one or more blocks defining a subject (one of Organization, User, or Group) to which we are sharing. See [shared_with](#shared_with) below for detail. It cannot be used if `shared_with_everyone` is true.