Terraform plan keeps flagging drift on genesyscloud_routing_queue with state lock error

resource "genesyscloud_routing_queue" "main" {
 name = "Primary"
 enabled = true
}

Running terraform plan in v1.6.4 just throws a 409 Conflict on the state lock. I’ve tried force-unlock but the next run flags the exact same drift. The queue sits there untouched. It’s caching stale routing data somewhere. State file looks corrupted.