error: invalid structure for member "skills"
Terraform’s throwing a validation error on the genesyscloud_routing_queue resource whenever I’m trying to pass a list of skill IDs. The CX as Code provider docs show a flat list but the schema expects a block with id and level fields.
Has anyone got the queue block to actually accept skills without blowing up on plan? Just need the HCL syntax that works with the latest provider version.