Trying to port over a queue setup from Twilio to Genesys using the genesyscloud Terraform provider. The docs for genesyscloud_routing_queue are thin on how to properly nest the skills block inside the resource definition. I’ve got the basic queue created, but the skills aren’t sticking, and I’m guessing the syntax for the nested list is off or I’m missing a reference to the skill IDs.
Here’s what I’ve got so far. Is the skills block supposed to be a flat list of strings or a map of objects? The plan output shows the resources are distinct, but applying it gives me a validation error on the queue resource. Just need the correct HCL structure for linking existing skills to the queue.