- fixing a trivial bug which was causing a diff on the rollout

This commit is contained in:
Rohith 2019-02-12 16:35:26 +00:00
parent d417b1cd30
commit abe01f602e
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ func (i *BlockDeviceMapping) ToAutoscaling(deviceName string) *autoscaling.Block
// BlockDeviceMappingFromLaunchTemplateBootDeviceRequest coverts the launch template device mappings to an interval block device mapping
func BlockDeviceMappingFromLaunchTemplateBootDeviceRequest(i *ec2.LaunchTemplateBlockDeviceMapping) (string, *BlockDeviceMapping) {
o := &BlockDeviceMapping{
DeviceName: i.DeviceName,
VirtualName: i.VirtualName,
}
if i.Ebs != nil {