alicloud_ebs_dedicated_block_storage_cluster

Provides a Ebs Dedicated Block Storage Cluster resource.

For information about Ebs Dedicated Block Storage Cluster and how to use it, see What is Dedicated Block Storage Cluster.

Example Usage

Basic Usage

resource "alicloud_ebs_dedicated_block_storage_cluster" "default" {
  type                                 = "Premium"
  zone_id                              = "cn-heyuan-b"
  dedicated_block_storage_cluster_name = "dedicated_block_storage_cluster_name"
  total_capacity                       = 61440
  region_id                            = "cn-heyuan"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain actions:

Import

Ebs Dedicated Block Storage Cluster can be imported using the id, e.g.

$terraform import alicloud_disk_dedicated_block_storage_cluster.example <id>