diff --git a/builder/amazon/chroot/step_create_volume.go b/builder/amazon/chroot/step_create_volume.go index 0e9cb2a36..d0e247989 100644 --- a/builder/amazon/chroot/step_create_volume.go +++ b/builder/amazon/chroot/step_create_volume.go @@ -49,6 +49,7 @@ func (s *StepCreateVolume) Run(state map[string]interface{}) multistep.StepActio VolumeType: rootDevice.VolumeType, IOPS: rootDevice.IOPS, } + log.Printf("Create args: %#v", createVolume) createVolumeResp, err := ec2conn.CreateVolume(createVolume) if err != nil {