Retrieves a list of databricks_storage_credential objects, that were created by Terraform or manually, so that special handling could be applied.
List all storage credentials in the metastore
data "databricks_storage_credentials" "all" {}
output "all_storage_credentials" {
value = data.databricks_storage_credentials.all.names
}
This data source exports the following attributes:
names
- List of names of databricks_storage_credential in the metastoreThe following resources are used in the same context: