Updates
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user