alicloud_ecs_hpc_clusters

This data source provides the Ecs Hpc Clusters of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_ecs_hpc_clusters" "example" {
  ids        = ["hpc-bp1i09xxxxxxxx"]
  name_regex = "tf-testAcc"
}

output "first_ecs_hpc_cluster_id" {
  value = data.alicloud_ecs_hpc_clusters.example.clusters.0.id
}

Argument Reference

The following arguments are supported:

Argument Reference

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