We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 101e25f commit 3f0cc78Copy full SHA for 3f0cc78
main.tf
@@ -66,11 +66,3 @@ resource "databricks_sql_endpoint" "this" {
66
}
67
depends_on = [databricks_sql_global_config.this]
68
69
-
70
-resource "databricks_metastore_assignment" "this" {
71
- count = alltrue([var.assign_unity_catalog_metastore, length(var.external_metastore_id) != 0]) ? 1 : 0
72
73
- workspace_id = var.workspace_id
74
- metastore_id = var.external_metastore_id
75
- default_catalog_name = "hive_metastore"
76
-}
0 commit comments