Trying to grab an existing routing queue ID using the genesyscloud_routing_queue data source, but it’s throwing an error saying no matching resources found. I’m passing the exact name from the UI, but the plan fails every time.
resource "genesyscloud_routing_queue" "existing" {
name = "Support - Tier 1"
}
Is the lookup case-sensitive or am I missing a filter parameter?