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