WFM Quality Schedule Template API 409 Conflict during Terraform Apply

Context:
Deploying WFM quality schedule templates via genesyscloud_wfm_quality_management_schedule_template. Provider v1.42.0. Terraform v1.6.6. Environment: GC US-EAST-1. Error: Error: 409 Conflict: Schedule template with id 'abc-123' already exists. State shows no resource.

Question:
Is it possible to force an overwrite or handle this conflict in HCL? The API returns the ID in the error, but Terraform does not adopt it. Manual import fails with Error importing: Object not found. Need a clean IaC pattern for idempotent WFM quality config.

Make sure you check for orphaned resources in the UI before forcing an overwrite. This ghost state issue is common when migrating from Zendesk’s simpler import logic. The Terraform provider often misses these hidden conflicts. Check this guide for cleanup steps: https://genesys.com/support/wfm-terraform-conflicts