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.
Basic Usage
resource "alicloud_ecs_storage_capacity_unit" "default" {
capacity = 20
description = "tftestdescription"
storage_capacity_unit_name = "tftestname"
}
The following arguments are supported:
capacity
- (Required, ForceNew) The capacity of the Storage Capacity Unit. Unit: GiB. Valid values: 20
, 40
, 100
, 200
, 500
, 1024
, 2048
, 5120
, 10240
, 20480
, and 51200
.description
- (Optional) The description of the Storage Capacity Unit. The description must be 2 to 256 characters in length and cannot start with http://
or https://
.period
- (Optional, Computed) The validity period of the Storage Capacity Unit. Default value: 1
.
1
, 2
, 3
, 6
.1
, 3
, 5
.period_unit
- (Optional, Computed) The unit of the validity period of the Storage Capacity Unit. Default value: Month
. Valid values: Month
, Year
.start_time
- (Optional, ForceNew, Computed) The time when the Storage Capacity Unit takes effect. It cannot be earlier than or more than six months later than the time when the Storage Capacity Unit is created. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ
format. The time must be in UTC. NOTE: This parameter is empty by default. The Storage Capacity Unit immediately takes effect after it is created.storage_capacity_unit_name
- (Optional, Computed) The name of the Storage Capacity Unit.The following attributes are exported:
id
- The resource ID in terraform of Storage Capacity Unit.status
- The status of Storage Capacity Unit.The timeouts
block allows you to specify timeouts for certain actions:
create
- (Defaults to 5 mins) Used when create the Storage Capacity Unit.ECS Storage Capacity Unit can be imported using the id, e.g.
$ terraform import alicloud_ecs_storage_capacity_unit.example <id>