docs/aws: Fixing the size documentation to be GiBs not GBs (#8240)

This commit is contained in:
Paul Stack 2016-08-16 21:07:59 +01:00 committed by GitHub
parent bb0baebfb7
commit 5c8c325f43
1 changed files with 1 additions and 1 deletions

View File

@ -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