29 lines
473 B
Markdown
29 lines
473 B
Markdown
---
|
|
# 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 generated by tfplugindocs -->
|
|
## Schema
|
|
|
|
### Required
|
|
|
|
- `api_token` (String) The API token to use for API requests.
|
|
- `endpoint` (String) The endpoint to use for API requests.
|