databricks_shares Data Source

Retrieves a list of databricks_share name, that were created by Terraform or manually.

Example Usage

Getting all existing shares in the metastore

data "databricks_shares" "this" {}

output "share_name" {
  value     = data.databricks_shares.this.shares
  sensitive = false
}

Attribute Reference

This data source exports the following attributes:

The following resources are used in the same context: