builder/amazon/common: wait for terminated state
This commit is contained in:
parent
02c20af35e
commit
0820da6039
@ -99,7 +99,7 @@ func (s *StepRunSourceInstance) Cleanup(state map[string]interface{}) {
|
|||||||
Conn: ec2conn,
|
Conn: ec2conn,
|
||||||
Pending: []string{"pending", "running", "shutting-down", "stopped", "stopping"},
|
Pending: []string{"pending", "running", "shutting-down", "stopped", "stopping"},
|
||||||
Refresh: InstanceStateRefreshFunc(ec2conn, s.instance),
|
Refresh: InstanceStateRefreshFunc(ec2conn, s.instance),
|
||||||
Target: "running",
|
Target: "terminated",
|
||||||
}
|
}
|
||||||
|
|
||||||
WaitForState(&stateChange)
|
WaitForState(&stateChange)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user