Skip to content

Commit

Permalink
update other retryable line as well
Browse files Browse the repository at this point in the history
  • Loading branch information
megan07 committed Dec 10, 2019
1 parent 8cc3d7d commit 5d49869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/terraform/utils/common_operation.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func CommonRefreshFunc(w Waiter) resource.StateRefreshFunc {
if err = w.Error(); err != nil {
if w.IsRetryable(err) {
log.Printf("[DEBUG] Retrying operation GET based on retryable err: %s", err)
return op, w.State(), nil
return nil, w.State(), nil
}
return nil, "", err
}
Expand Down

0 comments on commit 5d49869

Please sign in to comment.