Skip to content

Commit

Permalink
fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
teowa committed Feb 12, 2025
1 parent 7b193ef commit c7c0898
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ func resourceIpamPoolWaitForDeleted(ctx context.Context, client ipampools.IPamPo
}

if _, err := state.WaitForStateContext(ctx); err != nil {
return fmt.Errorf("waiting for the name from %s to become available: %+v", id, err)
return fmt.Errorf("waiting for %s to be deleted: %+v", id, err)
}

return nil
Expand Down

0 comments on commit c7c0898

Please sign in to comment.