mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-22 16:01:43 -04:00
The refactor of StepRegisterAmi to add the from_scratch parameter incorrectly replaced iteration over image.BlockDeviceMappings with iteration over the new mapping array when not using from_scratch. This fixes the regression and renames the parameters to newMappings and mappings for better clarity.