diff --git a/third_party/terraform/utils/common_operation.go b/third_party/terraform/utils/common_operation.go index f08f5f90b049..2e64d4778477 100644 --- a/third_party/terraform/utils/common_operation.go +++ b/third_party/terraform/utils/common_operation.go @@ -117,7 +117,7 @@ func CommonRefreshFunc(w Waiter) resource.StateRefreshFunc { for _, e := range getAllTypes(err, &googleapi.Error{}, &url.Error{}) { if isRetryableError(e, predicates) { log.Printf("[DEBUG] Dismissed error on GET of operation '%v' retryable: %s", w.OpName(), err) - return op, "done: false", nil + return nil, "done: false", nil } }