Merge pull request #4096 from mitchellh/filterday

builder/amazon-ebs: show ami id found from filter
pull/4102/head
Matthew Hooker 10 years ago committed by GitHub
commit f3f5f89fe6

@ -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