databricks_cluster_policy Data Source

Retrieves information about databricks_cluster_policy.

Example Usage

Referring to a cluster policy by name:

data "databricks_cluster_policy" "personal" {
  name = "Personal Compute"
}

resource "databricks_cluster" "my_cluster" {
  policy_id = data.databricks_cluster_policy.personal.id
  # ...
}

Argument Reference

Data source allows you to pick a cluster policy by the following attribute

Attribute Reference

Data source exposes the following attributes: