Terraform data source for Genesys Cloud routing queue by name

I need to reference an existing queue in my Terraform config without hardcoding the ID. I tried using a data source like data.genesys_cloud_routing_queue.queue_by_name { name = "Support" } but it’s not working. Is there a supported data source for looking up queues by name in the provider, or do I have to use a workaround? I can’t find it in the docs.