Trying to reference an existing routing queue in a new module using the data source pattern. The queue exists in the org, name is “Priority Support - Lagos”. When I run terraform plan, it crashes with Error: Unable to find routing queue with name Priority Support - Lagos.
Here’s the block:
data "genesyscloud_routing_queue" "priority" {
name = "Priority Support - Lagos"
}
I’ve checked the spelling. I’ve even tried adding match_on = "name" explicitly, though the docs say that’s the default. The resource definitely exists. I can see it in the UI. I can query it via the JS SDK without issues. Is there a delay in the Terraform provider’s cache? Or is this a known issue with special characters in queue names? The error log doesn’t give much detail other than the resource not found.
Running provider version 1.35.0.