Genesyscloud_report 400 - Invalid JSON Payload via Terraform

Looking for advice on report definition validation errors. Pushing HCL returns 400 Bad Request. Error is Invalid report payload. JSON matches OpenAPI spec.

Context:

  • Terraform v1.9.8
  • Provider v1.65.0
  • Region: ap-southeast-2

Snippet:

resource "genesyscloud_report" "test" {
 name = "Test"
 type = "voice"
}

Payload validation fails silently in logs. Is there a known schema mismatch for voice reports in this provider version?