databricks_volumes Data Source

Retrieves a list of databricks_volume ids (full names), that were created by Terraform or manually.

Example Usage

Listing all volumes in a _things_ databricks_schema of a _sandbox_ databricks_catalog:

data "databricks_volumes" "this" {
  catalog_name = "sandbox"
  schema_name  = "things"
}

output "all_volumes" {
  value = data.databricks_volumes.this
}

Argument Reference

Attribute Reference

This data source exports the following attributes:

The following resources are used in the same context: