Genesyscloud_auth_division apply fails with 409 Conflict

Terraform throws a 409 Conflict when applying the genesyscloud_auth_division resource, claiming the division already exists. The state file is clean and I’m not importing anything. Here’s the block:

resource "genesyscloud_auth_division" "test" {
 name = "TestDiv"
 description = "A test division"
}

The API response body is empty so I can’t see what’s clashing.