Retrieves a list of databricks_catalog ids, that were created by Terraform or manually, so that special handling could be applied.
Listing all catalogs:
data "databricks_catalogs" "all" {}
output "all_catalogs" {
value = data.databricks_catalogs.all
}
This data source exports the following attributes:
ids
- set of databricks_catalog namesThe following resources are used in the same context: