From 714ceea60e167ca88025920bb9cccd133dfa5a93 Mon Sep 17 00:00:00 2001 From: Serge Smertin <259697+nfx@users.noreply.github.com> Date: Tue, 31 Aug 2021 13:47:55 +0200 Subject: [PATCH] Fix #766 Documented workspace_access for group --- docs/resources/group.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/resources/group.md b/docs/resources/group.md index e49df78333..e7ed205187 100644 --- a/docs/resources/group.md +++ b/docs/resources/group.md @@ -50,6 +50,7 @@ The following arguments are supported: * `allow_cluster_create` - (Optional) This is a field to allow the group to have [cluster](cluster.md) create privileges. More fine grained permissions could be assigned with [databricks_permissions](permissions.md#Cluster-usage) and [cluster_id](permissions.md#cluster_id) argument. Everyone without `allow_cluster_create` argument set, but with [permission to use](permissions.md#Cluster-Policy-usage) Cluster Policy would be able to create clusters, but within boundaries of that specific policy. * `allow_instance_pool_create` - (Optional) This is a field to allow the group to have [instance pool](instance_pool.md) create privileges. More fine grained permissions could be assigned with [databricks_permissions](permissions.md#Instance-Pool-usage) and [instance_pool_id](permissions.md#instance_pool_id) argument. * `allow_sql_analytics_access` - (Optional) This is a field to allow the group to have access to [Databricks SQL](https://databricks.com/product/databricks-sql) feature through [databricks_sql_endpoint](sql_endpoint.md). +* `workspace_access` - (Optional) This is a field to allow the group to have access to Databricks Workspace. ## Attribute Reference