Update ebs_volume.html.md (#11918)

Missing "sc1" volume type.
This commit is contained in:
Robert Kulagowski 2017-02-13 13:52:57 -06:00 committed by Paul Stack
parent a5224d4220
commit 6254374827
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ The following arguments are supported:
* `iops` - (Optional) The amount of IOPS to provision for the disk.
* `size` - (Optional) The size of the drive in GiBs.
* `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.
* `tags` - (Optional) A mapping of tags to assign to the resource.