databricks_instance_pool Data Source

Retrieves information about databricks_instance_pool.

Example Usage

Referring to an instance pool by name:

data "databricks_instance_pool" "Pool" {
  name = "All spot"
}

resource "databricks_cluster" "my_cluster" {
  instance_pool_id = data.databricks_instance_pool.pool.id
  # ...
}

Argument Reference

Data source allows you to pick instance pool by the following attribute

Attribute Reference

Data source exposes the following attributes: