alicloud_edas_clusters

This data source provides a list of EDAS clusters in an Alibaba Cloud account according to the specified filters.

Example Usage

data "alicloud_edas_clusters" "clusters" {
  logical_region_id = "cn-shenzhen:xxx"
  ids   =   ["addfs-dfsasd"]
  output_file = "clusters.txt"
}

output "first_cluster_name" {
  value = data.alicloud_alikafka_consumer_groups.clusters.clusters.0.cluster_name
}

Argument Reference

The following arguments are supported:

Attributes Reference

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