--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "virtfusion_ssh_key Data Source - virtfusion" subcategory: "" description: |- Fetches a single VirtFusion SSH key by ID. --- # virtfusion_ssh_key (Data Source) Fetches a single VirtFusion SSH key by ID. ## Schema ### Required - `id` (Number) The SSH key ID. ### Read-Only - `created_at` (String) The creation timestamp. - `enabled` (Boolean) Whether the SSH key is enabled. - `name` (String) The SSH key name. - `public_key` (String) The public key content. - `type` (String) The SSH key type. - `updated_at` (String) The last update timestamp. - `user_id` (Number) The ID of the user who owns this SSH key.