You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_iam_permissions"></a> [iam\_permissions](#input\_iam\_permissions)| Map of permission for groups. You can provide certain permission on services to groups. E.g., `'sql_endpoint'={'CAN_USE'=['group1', 'group2'] CAN_MANAGE=['group3']} | <pre> map(object({ <br> CAN_USE = list(string) <br> CAN_MANAGE = list(string)<br> })) </pre> | <pre> { <br> "sql_endpoint" = { <br> "CAN_USE" = ["default"] <br> "CAN_MANAGE" = [] <br> } <br> } </pre> | no |
69
70
| <aname="input_default_cluster_id"></a> [default\_cluster\_id](#input\_default\_cluster\_id)| Single value of default Cluster id created by 'databricks-runtime' module |`map(string)`| {} | no |
70
71
| <aname="input_cluster_policies_object"></a> [cluster\_policies\_object](#input\_cluster\_policies\_object)| List of objects that provides an ability to grant custom workspace group a permission to use(CAN_USE) cluster policy | <pre>list(object({<br> id = string<br> name = string<br> can_use = list(string)<br>}))</pre> | <pre>[{<br> id = null<br> name = null<br> can_use = null<br>}))</pre> | no |
71
-
| <aname="input_sql_endpoint"></a> [sql\_endpoint](#input\_sql\_endpoint)| Map of SQL Endpoints to be deployed in Databricks Workspace | <pre> map(object({ <br> cluster_size = string <br> min_num_clusters = optional(number) <br> max_num_clusters = optional(number) <br> auto_stop_mins = optional(string) <br> enable_photon = optional(bool) <br> enable_serverless_compute = optional(bool) <br> })) </pre> | {} | no |
| <aname="input_sql_endpoint"></a> [sql\_endpoint](#input\_sql\_endpoint)| Set of objects with parameters to configure SQL Endpoint and assign permissions to it for certain custom groups| <pre> map(object({ <br> cluster_size = string <br> min_num_clusters = optional(number) <br> max_num_clusters = optional(number) <br> auto_stop_mins = optional(string) <br> enable_photon = optional(bool) <br> enable_serverless_compute = optional(bool) <br> })) </pre> | {} | no |
73
73
| <aname="input_create_metastore"></a> [create\_metastore](#input\_create\_metastore)| Boolean flag for Unity Catalog Metastore current in this environment. One Metastore per region |`bool`| false | no |
74
74
| <aname="input_access_connector_id"></a> [access\_connector\_id](#input\_access\_connector\_id)| Databricks Access Connector Id that lets you to connect managed identities to an Azure Databricks account. Provides an ability to access Unity Catalog with assigned identity |`string`| " " | no |
75
75
| <aname="input_storage_account_id"></a> [storage\_account\_id](#input\_storage\_account\_id)| Storage Account Id where Unity Catalog Metastore would be provisioned |`string`| " " | no |
0 commit comments