Skip to content

Commit 3f0cc78

Browse files
authored
feat: removed metastore assignment resource
1 parent 101e25f commit 3f0cc78

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

main.tf

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,3 @@ resource "databricks_sql_endpoint" "this" {
6666
}
6767
depends_on = [databricks_sql_global_config.this]
6868
}
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

Comments
 (0)