WFM Schedule Group 400 via Terraform - Invalid Assignment Type

I’ve spent hours trying to figure out why the schedule group deployment fails with a 400 Bad Request. The HCL validates locally, but the API rejects the assignment type.

  • Provider: genesyscloud v1.68.4
  • Region: AU-1
  • Resource: genesyscloud_wfm_schedule_group

Error payload indicates assignmentType must be WFM or MANUAL, but the config explicitly sets WFM. The UI shows the resource exists, yet Terraform wants to recreate it due to a hash mismatch on the assignment block. Any insights on this drift?