Skip to content

Commit

Permalink
Revert "Revert "Revert "TEMPORARY - trigger changes in search-index"""
Browse files Browse the repository at this point in the history
This reverts commit d0e9357.
  • Loading branch information
lantoli committed Nov 15, 2023
1 parent d0e9357 commit 0c0c602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongodbatlas/resource_mongodbatlas_search_index.go
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ func resourceSearchIndexRefreshFunc(ctx context.Context, clusterName, projectID,
searchIndex, resp, err := connV2.AtlasSearchApi.GetAtlasSearchIndex(ctx, projectID, clusterName, indexID).Execute()
status := util.SafeString(searchIndex.Status)
if err != nil {
return nil, "ERROR2", err
return nil, "ERROR", err
}
if err != nil && searchIndex == nil && resp == nil {
return nil, "", err
Expand Down

0 comments on commit 0c0c602

Please sign in to comment.