mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Change GB to GiB in some AWS modules (#49304)
This commit is contained in:
committed by
Sandra McCann
parent
23637aa349
commit
5499ee30d4
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user