Skip to content

Commit

Permalink
docs: remove unused module
Browse files Browse the repository at this point in the history
  • Loading branch information
oleh_mykolaishyn committed Dec 5, 2024
1 parent df4c57e commit 69920f8
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,6 @@ locals {
]
}
# Prerequisite module.
# NOTE! It is required to assign Metastore to Workspace before creating Unity Catalog resources.
module "metastore_assignment" {
source = "data-platform-hq/metastore-assignment/databricks"
version = "~> 1.0.0"
workspace_id = data.databricks_workspace.example.id
metastore_id = local.metastore_id
providers = {
databricks = databricks.workspace
}
}
module "unity_catalog" {
source = "data-platform/unity-catalog/databricks"
version = "~> 2.0.0"
Expand Down

0 comments on commit 69920f8

Please sign in to comment.