databricks_sql_warehouse Data Source

Retrieves information about a databricks_sql_warehouse using its id. This could be retrieved programmatically using databricks_sql_warehouses data source.

Example usage

data "databricks_sql_warehouses" "all" {
}

data "databricks_sql_warehouse" "all" {
  for_each = data.databricks_sql.warehouses.ids
  id       = each.value
}
data "databricks_sql_warehouse" "all" {
  name = "Starter Warehouse"
}

Argument reference

Attribute reference

This data source exports the following attributes:

The following resources are often used in the same context: