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,22 +1,16 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "scaffolding_example Data Source - terraform-provider-scaffolding-framework"
page_title: "virtfusion_example Data Source - terraform-provider-virtfusion"
subcategory: ""
description: |-
Example data source
---
# scaffolding_example (Data Source)
# virtfusion_example (Data Source)
Example data source
## Example Usage
```terraform
data "scaffolding_example" "example" {
configurable_attribute = "some-value"
}
```
<!-- schema generated by tfplugindocs -->
## Schema

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.

View File

@@ -1,31 +0,0 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "scaffolding_example Resource - terraform-provider-scaffolding-framework"
subcategory: ""
description: |-
Example resource
---
# scaffolding_example (Resource)
Example resource
## Example Usage
```terraform
resource "scaffolding_example" "example" {
configurable_attribute = "some-value"
}
```
<!-- schema generated by tfplugindocs -->
## Schema
### Optional
- `configurable_attribute` (String) Example configurable attribute
- `defaulted` (String) Example configurable attribute with default value
### Read-Only
- `id` (String) Example identifier

View File

@@ -0,0 +1,39 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "virtfusion_server_example Resource - terraform-provider-virtfusion"
subcategory: ""
description: |-
Virtfusion Server Resource
---
# virtfusion_server_example (Resource)
Virtfusion Server Resource
<!-- schema generated by tfplugindocs -->
## Schema
### Required
- `hypervisor_id` (Number) Hypervisor ID
- `package_id` (Number) Package ID
- `user_id` (Number) User ID
### Optional
- `cores` (Number) How many cores to allocate. Omit to use the default core count from the package.
- `inbound_network_speed` (Number) Inbound network speed in kB/s. Omit to use the default inbound network speed from the package.
- `ipv4` (Number) How many IPv4 addresses to allocate. Default is 1.
- `memory` (Number) How much memory to allocate in MB. Omit to use the default memory size from the package.
- `name` (String) Server name. If omitted, a random UUID will be generated.
- `network_profile` (Number) Network profile ID. Omit to use the default network profile from the package.
- `outbound_network_speed` (Number) Outbound network speed in kB/s. Omit to use the default outbound network speed from the package.
- `storage` (Number) Primary storage size in GB. Omit to use the default storage size from the package.
- `storage_profile` (Number) Storage profile ID. Omit to use the default storage profile from the package.
- `traffic` (Number) How much traffic to allocate in GB. Omit to use the default traffic size from the package. 0=Unlimited
### Read-Only
- `id` (Number) Server ID