parent
a5224d4220
commit
6254374827
|
@ -33,7 +33,7 @@ The following arguments are supported:
|
||||||
* `iops` - (Optional) The amount of IOPS to provision for the disk.
|
* `iops` - (Optional) The amount of IOPS to provision for the disk.
|
||||||
* `size` - (Optional) The size of the drive in GiBs.
|
* `size` - (Optional) The size of the drive in GiBs.
|
||||||
* `snapshot_id` (Optional) A snapshot to base the EBS volume off of.
|
* `snapshot_id` (Optional) A snapshot to base the EBS volume off of.
|
||||||
* `type` - (Optional) The type of EBS volume. Can be "standard", "gp2", "io1", or "st1" (Default: "standard").
|
* `type` - (Optional) The type of EBS volume. Can be "standard", "gp2", "io1", "sc1" or "st1" (Default: "standard").
|
||||||
* `kms_key_id` - (Optional) The ARN for the KMS encryption key. When specifying `kms_key_id`, `encrypted` needs to be set to true.
|
* `kms_key_id` - (Optional) The ARN for the KMS encryption key. When specifying `kms_key_id`, `encrypted` needs to be set to true.
|
||||||
* `tags` - (Optional) A mapping of tags to assign to the resource.
|
* `tags` - (Optional) A mapping of tags to assign to the resource.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue