Include volume encryption status in 'ec2_vol_facts' module (#19017)

pull/19076/head
Andy Freeland 8 years ago committed by Ryan Brown
parent e18bc0d6f0
commit cb9b5ab146

@ -81,6 +81,7 @@ def get_volume_info(volume):
volume_info = {
'create_time': volume.create_time,
'id': volume.id,
'encrypted': volume.encrypted,
'iops': volume.iops,
'size': volume.size,
'snapshot_id': volume.snapshot_id,

Loading…
Cancel
Save