Getting a 409 Conflict on terraform apply for this block:
resource "genesyscloud_auth_division" "wfm_team" {
name = "WFM Team"
description = "Division for WFM staff"
}
The error says the name already exists, but I’ve verified it’s not in the GUI. How do I force create or find the existing ID to import?