Data Source: azurerm_databricks_workspace

Use this data source to access information about an existing Databricks workspace.

Example Usage

data "azurerm_databricks_workspace" "example" {
  name                = "example-workspace"
  resource_group_name = "example-rg"
}

output "databricks_workspace_id" {
  value = data.azurerm_databricks_workspace.example.workspace_id
}

Argument Reference

Attributes Reference


A managed_disk_identity block exports the following:


A storage_account_identity block exports the following:

Timeouts

The timeouts block allows you to specify timeouts for certain actions: