Retrieves a mapping of name to id of databricks_metastore objects, that were created by Terraform or manually, so that special handling could be applied.
Mapping of name to id of all metastores:
data "databricks_metastores" "all" {}
output "all_metastores" {
value = data.databricks_metastores.all.ids
}
This data source exports the following attributes:
ids
- Mapping of name to id of databricks_metastoreThe following resources are used in the same context: