Can the terraform provider support moving to cloudflare_workers_route

For Workes & Pages, what is the name of the domain?

What is the issue or error you’re encountering

cloudflare_worker_route is now deprecated and will be removed in the next major version. Use cloudflare_workers_route instead.

What steps have you taken to resolve the issue?

I am getting this error version with the latest provider → GitHub - cloudflare/terraform-provider-cloudflare: Cloudflare Terraform Provider
My question is with introduction of terraform 1.8 we can refactor across resource types so instead of deleting and recreating the resources is the move doable with terraform? → Terraform 1.8 improves extensibility with provider-defined functions