databricks_instance_profiles Data Source

Lists all available databricks_instance_profiles.

Example Usage

Get all instance profiles:

data "databricks_instance_profiles" "all" {
}

output "all_instance_profiles" {
  value = data.databricks_instance_profiles.all.instance_profiles
}

Argument Reference

There are no arguments available for this data source.

Attribute Reference

This data source exports the following attributes: