Retrieves a list of databricks_external_location objects, that were created by Terraform or manually, so that special handling could be applied.
List all external locations in the metastore
data "databricks_external_locations" "all" {}
output "all_external_locations" {
value = data.databricks_external_locations.all.names
}
This data source exports the following attributes:
names
- List of names of databricks_external_location in the metastoreThe following resources are used in the same context: