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?