From c5434c70e8c92c3994bfe4d91b6f68b94a145810 Mon Sep 17 00:00:00 2001 From: clint shryock Date: Fri, 3 Jun 2016 15:43:05 -0500 Subject: [PATCH] provider/aws: update doc on ebs types --- website/source/docs/providers/aws/r/ebs_volume.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/ebs_volume.html.md b/website/source/docs/providers/aws/r/ebs_volume.html.md index b8050df14..baf18c6ec 100644 --- a/website/source/docs/providers/aws/r/ebs_volume.html.md +++ b/website/source/docs/providers/aws/r/ebs_volume.html.md @@ -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 GB. * `snapshot_id` (Optional) A snapshot to base the EBS volume off of. -* `type` - (Optional) The type of EBS volume. Can be "standard", "gp2", or "io1". (Default: "standard"). +* `type` - (Optional) The type of EBS volume. Can be "standard", "gp2", "io1", or "st1" (Default: "standard"). * `kms_key_id` - (Optional) The KMS key ID for the volume. * `tags` - (Optional) A mapping of tags to assign to the resource.