databricks_external_locations Data Source

Retrieves a list of databricks_external_location objects, that were created by Terraform or manually, so that special handling could be applied.

Example Usage

List all external locations in the metastore

data "databricks_external_locations" "all" {}

output "all_external_locations" {
  value = data.databricks_external_locations.all.names
}

Attribute Reference

This data source exports the following attributes:

The following resources are used in the same context: