--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "virtfusion_servers Data Source - virtfusion" subcategory: "" description: |- Use this data source to list all VirtFusion servers. --- # virtfusion_servers (Data Source) Use this data source to list all VirtFusion servers. ## Schema ### Optional - `results` (Number) Maximum number of results to return. Defaults to 300. ### Read-Only - `servers` (Attributes List) The list of servers. (see [below for nested schema](#nestedatt--servers)) ### Nested Schema for `servers` Read-Only: - `hostname` (String) The server hostname. - `hypervisor_id` (Number) The hypervisor ID where the server is hosted. - `id` (Number) The server ID. - `name` (String) The server display name. - `owner_id` (Number) The owner (user) ID who owns the server. - `suspended` (Boolean) Whether the server is suspended. - `uuid` (String) The server UUID.