Outbound Campaign 409 Conflict on Terraform Apply

So I’m seeing a very odd bug with outbound campaign deployment. terraform plan is clean but apply fails hard with HTTP 409 Conflict. The error points to a duplicate schedule ID in the response, even though the state file is fresh.

Provider: genesyscloud 1.48.0
Terraform: 1.7.5
Region: AP-SYDNEY-1

The resource block is standard. No manual changes in the UI. How do I force a clean re-creation of the outbound_campaign resource without state corruption?

The documentation actually says… conflicts often stem from stale local state rather than duplicate IDs. Try terraform state rm module.outbound.campaign followed by a fresh apply.