Lists all databricks_mws_credentials in Databricks Account.
Listing all credentials in Databricks Account
provider "databricks" {
// other configuration
account_id = "<databricks account id>"
}
data "databricks_mws_credentials" "all" {}
output "all_mws_credentials" {
value = data.databricks_mws_credentials.all.ids
}
This data source exports the following attributes:
ids
- name-to-id map for all of the credentials in the accountThe following resources are used in the same context: