Some checks failed
CI / build (push) Failing after 33s
- Regenerated docs/ via tfplugindocs: 51 files covering all 20 resources and 30 data sources with auto-extracted schemas and examples - Removed stale docs for old resources (build.md, ssh.md) - CHANGELOG.md: added v1.0.0 entry with full feature list, breaking changes, and security notes - terraform-registry-manifest.json: confirmed protocol_versions ["6.0"] is correct for Terraform Plugin Framework Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
38 lines
997 B
Markdown
38 lines
997 B
Markdown
---
|
|
# 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 generated by tfplugindocs -->
|
|
## 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))
|
|
|
|
<a id="nestedatt--servers"></a>
|
|
### 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.
|