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 8a41ea26b..78d902b3e 100644 --- a/website/source/docs/providers/aws/r/ebs_volume.html.md +++ b/website/source/docs/providers/aws/r/ebs_volume.html.md @@ -31,7 +31,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. +* `type` - (Optional) The type of EBS volume. Can be "standard", "gp2", or "io1". (Default: "standard"). * `kms_key_id` - (Optional) The KMS key ID for the volume. * `tags` - (Optional) A mapping of tags to assign to the resource.