alicloud_adb_clusters

The alicloud_adb_clusters data source provides a collection of ADB clusters available in Alibaba Cloud account. Filters support regular expression for the cluster description, searches by tags, and other filters which are listed below.

Example Usage

data "alicloud_adb_clusters" "adb_clusters_ds" {
  description_regex = "am-\\w+"
  status     = "Running"
}

output "first_adb_cluster_id" {
  value = data.alicloud_adb_clusters.adb_clusters_ds.clusters.0.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported in addition to the arguments listed above: