alicloud_adb_db_clusters

This data source provides the Adb DBClusters of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_adb_db_clusters" "example" {
  description_regex = "example"
}

output "first_adb_db_cluster_id" {
  value = data.alicloud_adb_db_clusters.example.clusters.0.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

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