databricks_storage_credential Data Source

Retrieves details about a databricks_storage_credential that were created by Terraform or manually.

Example Usage

Getting details of an existing storage credential in the metastore

data "databricks_storage_credential" "this" {
  name = "this"
}

output "created_by" {
  value     = data.databricks_storage_credential.this.created_by
  sensitive = false
}

Argument Reference

Attribute Reference

This data source exports the following attributes:

aws_iam_role credential details for AWS:

azure_managed_identity managed identity credential details for Azure

databricks_gcp_service_account credential details for GCP:

azure_service_principal service principal credential details for Azure:

The following resources are used in the same context: