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_storage_account_id"></a> [storage\_account\_id](#input\_storage\_account\_id)| Storage Account Id where Unity Catalog Metastore would be provisioned |`string`| " " | no |
87
107
| <aname="input_storage_account_name"></a> [storage\_account\_name](#input\_storage\_account\_name)| Storage Account Name where Unity Catalog Metastore would be provisioned |`string`| " " | no |
88
108
| <aname="input_external_metastore_id"></a> [external\_metastore\_id](#input\_external\_metastore\_id)| Unity Catalog Metastore Id that is located in separate environment. Provide this value to associate Databricks Workspace with target Metastore |`string`| " " | no |
89
-
| <aname="input_catalog"></a> [catalog](#input\_catalog)| Map of SQL Endpoints to be deployed in Databricks Workspace| <pre> map(object({ <br> catalog_grants = optional(map(list(string))) <br> catalog_comment = optional(string) <br> catalog_properties = optional(map(string)) <br> schema_name = optional(list(string)) <br> schema_grants = optional(map(list(string))) <br> schema_comment = optional(string) <br> schema_properties = optional(map(string))<br>})) </pre> | {} | no |
109
+
| <aname="input_catalog"></a> [catalog](#input\_catalog)| Map of objects which parameters refers to certain catalog and schema attributes| <pre> map(object({ <br> catalog_grants = optional(map(list(string))) <br> catalog_comment = optional(string) <br> catalog_properties = optional(map(string)) <br> schema_name = optional(list(string)) <br> schema_grants = optional(map(list(string))) <br> schema_comment = optional(string) <br> schema_properties = optional(map(string))<br>})) </pre> | {} | no |
90
110
| <aname="input_metastore_grants"></a> [metastore\_grants](#input\_metastore\_grants)| Permissions to give on metastore to group |`map(list(string))`| {} | no |
91
111
| <aname="input_custom_databricks_metastore_name"></a> [custom\_databricks\_metastore\_name](#input\_custom\_databricks\_metastore\_name)| The name to provide for your Databricks Metastore |`string`| null | no |
0 commit comments