--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "virtfusion_server_templates Data Source - virtfusion" subcategory: "" description: |- Use this data source to list available templates for a VirtFusion server. --- # virtfusion_server_templates (Data Source) Use this data source to list available templates for a VirtFusion server. ## Schema ### Required - `server_id` (Number) The server ID to list templates for. ### Optional - `results` (Number) Maximum number of results to return. Defaults to 300. ### Read-Only - `templates` (Attributes List) The list of available templates. (see [below for nested schema](#nestedatt--templates)) ### Nested Schema for `templates` Read-Only: - `id` (Number) The template ID. - `name` (String) The template name.