mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 00:32:09 -04:00
builder/amazon/ebs: don't need this variable
This commit is contained in:
parent
a2481f2300
commit
f2f69e6f7b
1 changed files with 1 additions and 2 deletions
|
|
@ -34,8 +34,7 @@ func (s *stepStopInstance) Run(state map[string]interface{}) multistep.StepActio
|
|||
Refresh: awscommon.InstanceStateRefreshFunc(ec2conn, instance),
|
||||
StepState: state,
|
||||
}
|
||||
instanceRaw, err := awscommon.WaitForState(&stateChange)
|
||||
instance = instanceRaw.(*ec2.Instance)
|
||||
_, err = awscommon.WaitForState(&stateChange)
|
||||
if err != nil {
|
||||
err := fmt.Errorf("Error waiting for instance to stop: %s", err)
|
||||
state["error"] = err
|
||||
|
|
|
|||
Loading…
Reference in a new issue