Error : reserved_ip_range issue in google_redis_instance resources

I’m trying to create a Memorystore Redis instance using google_redis_instance . I’m getting the error message below, even though the IP ranges I’m using fall within the pre-configured private service access range at vpc level.

Github bugs link

As per tracker, it has been already fixed in google provider version 4.58.0

Error message :

Error creating Instance: googleapi: Error 400: com.google.apps.framework.request.StatusException: generic::INVALID_ARGUMENT: Field instance.reserved_ip_range must match the name of an allocated IP address range associated with the private service connection.

Can anyone please help on this.