Trying to import an existing genesyscloud_routing_queue into state using terraform import. The CLI throws a 404 Not Found error even though I can see the queue in the Genesys Cloud UI and query it via GET /api/v2/routing/queues/{id}. The resource ID matches perfectly. I’ve verified the OAuth token has the correct scopes.
Here’s the error output:
Error: resource "genesyscloud_routing_queue" "main" not found
Is there a specific wait time or API limitation for imports? I’ve tried re-running the command multiple times.