What is the reason the WFM schedule template creation fails?
provider v1.65.2
region: au-1
tf:
resource “genesyscloud_wfm_schedule_template” “main” {
name = “test”
}
error: 400 Bad Request - invalid time format in constraints.
JSON payload looks correct. CLI works. HCL fails. Any syntax tips?