show ami id found from filter
This commit is contained in:
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…
Reference in New Issue