Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 855 Bytes

File metadata and controls

33 lines (21 loc) · 855 Bytes
subcategory
Unity Catalog

databricks_catalogs Data Source

Retrieves a list of databricks_catalog ids, that were created by Terraform or manually, so that special handling could be applied.

-> This data source can only be used with a workspace-level provider!

Example Usage

Listing all catalogs:

data "databricks_catalogs" "all" {}

output "all_catalogs" {
  value = data.databricks_catalogs.all
}

Attribute Reference

This data source exports the following attributes:

Related Resources

The following resources are used in the same context: