Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 859 Bytes

File metadata and controls

33 lines (22 loc) · 859 Bytes
subcategory
Delta Sharing

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:

Related Resources

The following resources are used in the same context: