databricks_share Data Source

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

Example Usage

Getting details of an existing share in the metastore

data "databricks_share" "this" {
  name = "this"
}

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

Argument Reference

Attribute Reference

This data source exports the following attributes:

The following resources are used in the same context: