- removing the unrequired line

This commit is contained in:
Rohith 2019-01-22 15:02:39 +00:00
parent 0bd9126387
commit 8cde063f82
1 changed files with 0 additions and 1 deletions

View File

@ -112,7 +112,6 @@ func (i *BlockDeviceMapping) ToAutoscaling(deviceName string) *autoscaling.Block
Encrypted: i.EbsEncrypted,
VolumeSize: i.EbsVolumeSize,
VolumeType: i.EbsVolumeType,
Iops: i.EbsVolumeIops,
}
if fi.StringValue(o.Ebs.VolumeType) == ec2.VolumeTypeIo1 {
o.Ebs.Iops = i.EbsVolumeIops