show ami id found from filter

pull/4096/head
Matthew Hooker 10 years ago
parent d920b3fbf4
commit 83b57b98ac

@ -96,7 +96,7 @@ func (s *StepSourceAMIInfo) Run(state multistep.StateBag) multistep.StepAction {
image = imageResp.Images[0]
}
log.Printf(fmt.Sprintf("Got Image %v", image))
ui.Message(fmt.Sprintf("Found Image ID: %s", *image.ImageId))
// Enhanced Networking (SriovNetSupport) can only be enabled on HVM AMIs.
// See http://goo.gl/icuXh5

Loading…
Cancel
Save