alicloud_ebs_dedicated_block_storage_clusters

This data source provides Ebs Dedicated Block Storage Cluster available to the user.

Example Usage

data "alicloud_ebs_dedicated_block_storage_clusters" "default" {
  ids        = ["example_id"]
  name_regex = alicloud_ebs_dedicated_block_storage_cluster.default.name
}

output "alicloud_ebs_dedicated_block_storage_cluster_example_id" {
  value = data.alicloud_ebs_dedicated_block_storage_clusters.default.clusters.0.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

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