databricks_metastores Data Source

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.

Example Usage

Mapping of name to id of all metastores:

data "databricks_metastores" "all" {}

output "all_metastores" {
  value = data.databricks_metastores.all.ids
}

Attribute Reference

This data source exports the following attributes:

The following resources are used in the same context: