Encountering HTTP 422 when creating PR queues via Terraform provider v1.14.2. The payload passes schema validation but fails API-side.
resource “genesyscloud_routing_queue” “pr_test” {
name = “PR Queue”
strategy = “PREDICTIVE”
strategy_config {
enable_skills_based_routing = true
}
}
Error: strategyConfig requires max_wait_time for PREDICTIVE strategy. Documentation is silent on this dependency. Is this a known provider bug or missing HCL block?