--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "virtfusion_package Data Source - virtfusion" subcategory: "" description: |- Fetches a single VirtFusion package by ID. --- # virtfusion_package (Data Source) Fetches a single VirtFusion package by ID. ## Schema ### Required - `id` (Number) The package ID. ### Read-Only - `cpu_cores` (Number) The number of CPU cores in the package. - `enabled` (Boolean) Whether the package is enabled. - `ipv4` (Number) The number of IPv4 addresses in the package. - `memory` (Number) The amount of memory in the package. - `name` (String) The package name. - `network_speed_inbound` (Number) The inbound network speed in the package. - `network_speed_outbound` (Number) The outbound network speed in the package. - `storage` (Number) The amount of storage in the package. - `traffic` (Number) The traffic limit in the package.