--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "genesyscloud_routing_skill Data Source - terraform-provider-genesyscloud" subcategory: "" description: |- Data source for Genesys Cloud Routing Skills. Select a skill by name. --- # genesyscloud_routing_skill (Data Source) Data source for Genesys Cloud Routing Skills. Select a skill by name. ## Example Usage ```terraform data "genesyscloud_routing_skill" "marketing" { name = "marketing" } ``` ## Schema ### Required - `name` (String) Skill name. ### Read-Only - `id` (String) The ID of this resource.