Error creating queue, as Q name is currently in use by another queue

Hi
I am getting an error while creating a new Q. Error message says:

**Error: Failed to create queue : API Error: 400 - Queue name '' is currently in use by queue . **
with module.queues.genesyscloud_routing_queue.

Has anyone else experienced this?
If yes, how did you get a resolution to it?

Regards
Nishant Tank

Hi Nishant

It looks like terraform is failing to create the queue because one already exists in your org with that name. Each queue name must be unique. Renaming the queue in your terraform configuration file should fix this problem.

-Charlie

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.