--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "virtfusion Provider" subcategory: "" description: |- --- # virtfusion Provider ## Example Usage ```terraform provider "virtfusion" { endpoint = "example.com" api_token = "myapikey" } ``` ## Schema ### Required - `api_token` (String) The API token to use for API requests. - `endpoint` (String) The endpoint to use for API requests.