mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-04 07:19:10 -07:00
Change GB to GiB in some AWS modules (#49304)
This commit is contained in:
parent
23637aa349
commit
5499ee30d4
3 changed files with 4 additions and 4 deletions
|
@ -71,7 +71,7 @@ options:
|
|||
description:
|
||||
- List of device hashes/dictionaries with custom configurations (same block-device-mapping parameters).
|
||||
- >
|
||||
Valid properties include: device_name, volume_type, size/volume_size (in GB), delete_on_termination (boolean), no_device (boolean),
|
||||
Valid properties include: device_name, volume_type, size/volume_size (in GiB), delete_on_termination (boolean), no_device (boolean),
|
||||
snapshot_id, iops (for io1 volume_type), encrypted
|
||||
delete_snapshot:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue