Update builder/amazon/common/step_pre_validate.go
Co-Authored-By: SwampDragons <megan@hashicorp.com>
This commit is contained in:
parent
51b46b851a
commit
3ae5a912d4
|
@ -43,6 +43,7 @@ func (s *StepPreValidate) Run(_ context.Context, state multistep.StateBag) multi
|
|||
" to pass authentication... trying again.")
|
||||
return false, nil
|
||||
}
|
||||
return true, err
|
||||
} else {
|
||||
return true, nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue