Trying to pull an existing routing strategy into state. The ID is valid in the UI. Running the import command fails immediately.
terraform import genesyscloud_routing_strategy.main 82e6c1a0-1234-4567-89ab-cdef01234567
Error message says the resource doesn’t exist. I can query it via the API using GET /api/v2/routing/strategies/{id}. Returns 200 OK. Terraform just won’t see it. Am I missing a provider config flag?