From 5c8c325f43aadaeea41e988d05c7b939ddc7c39d Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Tue, 16 Aug 2016 21:07:59 +0100 Subject: [PATCH] docs/aws: Fixing the size documentation to be GiBs not GBs (#8240) --- 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 a9117b6d9..5eec41ea7 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: * `availability_zone` - (Required) The AZ where the EBS volume will exist. * `encrypted` - (Optional) If true, the disk will be encrypted. * `iops` - (Optional) The amount of IOPS to provision for the disk. -* `size` - (Optional) The size of the drive in GB. +* `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"). * `kms_key_id` - (Optional) The ARN for the KMS encryption key. When specifying `kms_key_id`, `encrypted` needs to be set to true