1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00

Parse EbsOptimized parameter in launch configuration description

This commit is contained in:
David Judd 2016-06-17 15:00:05 -07:00
parent 73d4999ed2
commit f9fb75bade

View file

@ -58,7 +58,8 @@ module Fog
when 'Ebs'
@block_device_mapping[name] = @ebs
reset_ebs
when 'EbsOptimized'
@launch_configuration[name] = value == 'true'
when 'Enabled'
@launch_configuration['InstanceMonitoring'][name] = (value == 'true')