databricks_external_location Data Source

Retrieves details about a databricks_external_location that were created by Terraform or manually.

Example Usage

Getting details of an existing external location in the metastore

data "databricks_external_location" "this" {
  name = "this"
}

output "created_by" {
  value     = data.databricks_external_location.this.created_by
  sensitive = false
}

Argument Reference

Attribute Reference

The following resources are used in the same context: