Trying to make sense of why the genesyscloud_routing_queue resource fails with a 422 Unprocessable Entity during apply. The error cites routing_skills validation but the skill IDs match the active directory exactly.
Environment is ap-southeast-2. Using provider version 1.58.0. The HCL block defines routing_skills as a map with required and nice_to_have entries.
Here is the failing block:
routing_skills = {
required = ["skill-id-1", "skill-id-2"]
nice_to_have = []
}