databricks_storage_credentials Data Source

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

Example Usage

List all storage credentials in the metastore

data "databricks_storage_credentials" "all" {}

output "all_storage_credentials" {
  value = data.databricks_storage_credentials.all.names
}

Attribute Reference

This data source exports the following attributes:

The following resources are used in the same context: