Clarify volume unit in the ec2_vol module (#49242)
"GiB" is more appropriate than "GB" since the volume size in AWS is expressed in gibibytes.
This commit is contained in:
parent
81540bd754
commit
965dec6a9a
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ options:
|
|||
version_added: "1.6"
|
||||
volume_size:
|
||||
description:
|
||||
- size of volume (in GB) to create.
|
||||
- size of volume (in GiB) to create.
|
||||
volume_type:
|
||||
description:
|
||||
- Type of EBS volume; standard (magnetic), gp2 (SSD), io1 (Provisioned IOPS), st1 (Throughput Optimized HDD), sc1 (Cold HDD).
|
||||
|
|
Loading…
Reference in a new issue