Unity catalog metastore and databricks workspace provisioning

ducng
New Contributor II

 

Hi,
I am using terraform to create a databricks metastore using this.
Now the issue is that I want to use this metastore reference in another terraform project where...

data "databricks_metastore" "metastore" {
  name                = "metastore-name"
}