This commit is contained in:
2023-10-22 00:52:33 -04:00
parent 5d5621266f
commit 50eeba7961
16 changed files with 489 additions and 256 deletions

View File

@@ -1,26 +1,28 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "scaffolding-framework Provider"
page_title: "virtfusion Provider"
subcategory: ""
description: |-
---
# scaffolding-framework Provider
# virtfusion Provider
## Example Usage
```terraform
provider "scaffolding" {
# example configuration here
provider "virtfusion" {
endpoint = "example.com"
api_token = "myapikey"
}
```
<!-- schema generated by tfplugindocs -->
## Schema
### Optional
### Required
- `endpoint` (String) Example provider attribute
- `api_token` (String) The API token to use for API requests.
- `endpoint` (String) The endpoint to use for API requests.