--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "virtfusion_user Data Source - virtfusion" subcategory: "" description: |- Fetches a VirtFusion user by external relation ID. --- # virtfusion_user (Data Source) Fetches a VirtFusion user by external relation ID. ## Schema ### Required - `ext_relation_id` (String) The external relation ID of the user. ### Read-Only - `created_at` (String) The creation timestamp. - `email` (String) The user email address. - `enabled` (Boolean) Whether the user is enabled. - `id` (Number) The numeric ID of the user. - `name` (String) The user name. - `updated_at` (String) The last update timestamp.