alicloud_ecs_storage_capacity_unit

Provides a ECS Storage Capacity Unit resource.

For information about ECS Storage Capacity Unit and how to use it, see What is Storage Capacity Unit.

Example Usage

Basic Usage

resource "alicloud_ecs_storage_capacity_unit" "default" {
  capacity                   = 20
  description                = "tftestdescription"
  storage_capacity_unit_name = "tftestname"
}

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

ECS Storage Capacity Unit can be imported using the id, e.g.

$ terraform import alicloud_ecs_storage_capacity_unit.example <id>