This commit is contained in:
Matthew Hooker 2018-01-25 15:05:36 -08:00
parent 7f21ca546d
commit 0fad49e897
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
2 changed files with 0 additions and 3 deletions

View File

@ -78,5 +78,4 @@ func (s *stepCreateInstance) Cleanup(state multistep.StateBag) {
}
// TODO wait for instance state to change to deleted?
ui.Say("Terminated instance.")
return
}

View File

@ -92,6 +92,4 @@ func (s *stepSecurity) Cleanup(state multistep.StateBag) {
ui.Say(fmt.Sprintf("Error deleting the packer-generated security list %s; "+
"please delete manually. (error : %s)", secListName, err.Error()))
}
return
}