alicloud_mse_clusters

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

Example Usage

# Declare the data source

data "alicloud_mse_clusters" "example" {
  ids = ["mse-cn-0d9xxxx"]
  status = "INIT_SUCCESS"
}

output "cluster_id" {
  value = "${data.alicloud_mse_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: