I’m curious as to why the genesyscloud_wfm_skill_group resource fails with a 422 Unprocessable Entity during apply?
Running terraform apply on provider = 1.3.1 in AU-1 BYOC. The plan stage succeeds, but the API rejects the creation request.
Error snippet: Error creating WFM skill group: 422 Unprocessable Entity. Details: Invalid attribute value for 'name'.
The name string is standard ASCII, no special characters. Verified via GC CLI that the skill group does not exist yet. Is there a hidden constraint on WFM skill group naming in BYOC environments?