databricks_mws_workspaces Data Source

Lists all databricks_mws_workspaces in Databricks Account.

Example Usage

Listing all workspaces in

provider "databricks" {
  // other configuration
  account_id = "<databricks account id>"
}

data "databricks_mws_workspaces" "all" {}

output "all_mws_workspaces" {
  value = data.databricks_mws_workspaces.all.ids
}

Attribute Reference

This data source exports the following attributes:

The following resources are used in the same context: