[docs][cloud] Include volume_size in ec2 module docs

pull/22850/merge
Ryan S. Brown 7 years ago
parent f97f81ec2e
commit d4e5e385ca

@ -179,8 +179,8 @@ options:
description: description:
- a list of hash/dictionaries of volumes to add to the new instance; '[{"key":"value", "key":"value"}]'; keys allowed - a list of hash/dictionaries of volumes to add to the new instance; '[{"key":"value", "key":"value"}]'; keys allowed
are - device_name (str; required), delete_on_termination (bool; False), device_type (deprecated), ephemeral (str), are - device_name (str; required), delete_on_termination (bool; False), device_type (deprecated), ephemeral (str),
encrypted (bool; False), snapshot (str), volume_type (str), iops (int) - device_type is deprecated use volume_type, encrypted (bool; False), snapshot (str), volume_type (str), volume_size (int, GB), iops (int) - device_type
iops must be set when volume_type='io1', ephemeral and snapshot are mutually exclusive. is deprecated use volume_type, iops must be set when volume_type='io1', ephemeral and snapshot are mutually exclusive.
ebs_optimized: ebs_optimized:
version_added: "1.6" version_added: "1.6"
description: description:

Loading…
Cancel
Save