wip
This commit is contained in:
parent
2aa47a54d1
commit
5fbdae14c7
4 changed files with 144 additions and 0 deletions
36
pve01.wheatley.in/k8s-wheatley/README.md
Normal file
36
pve01.wheatley.in/k8s-wheatley/README.md
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
<!-- BEGIN_TF_DOCS -->
|
||||
## Requirements
|
||||
|
||||
| Name | Version |
|
||||
|------|---------|
|
||||
| <a name="requirement_proxmox"></a> [proxmox](#requirement\_proxmox) | 0.85.1 |
|
||||
| <a name="requirement_talos"></a> [talos](#requirement\_talos) | 0.9.0 |
|
||||
|
||||
## Providers
|
||||
|
||||
No providers.
|
||||
|
||||
## Modules
|
||||
|
||||
| Name | Source | Version |
|
||||
|------|--------|---------|
|
||||
| <a name="module_controlplanes"></a> [controlplanes](#module\_controlplanes) | ./modules/talos-node | n/a |
|
||||
| <a name="module_talos-bootstrap"></a> [talos-bootstrap](#module\_talos-bootstrap) | ./modules/talos-bootstrap | n/a |
|
||||
| <a name="module_talos-image"></a> [talos-image](#module\_talos-image) | ./modules/talos-image | n/a |
|
||||
| <a name="module_workers"></a> [workers](#module\_workers) | ./modules/talos-node | n/a |
|
||||
|
||||
## Resources
|
||||
|
||||
No resources.
|
||||
|
||||
## Inputs
|
||||
|
||||
| Name | Description | Type | Default | Required |
|
||||
|------|-------------|------|---------|:--------:|
|
||||
| <a name="input_proxmox_api_token"></a> [proxmox\_api\_token](#input\_proxmox\_api\_token) | Proxmox API token | `string` | n/a | yes |
|
||||
| <a name="input_proxmox_endpoint"></a> [proxmox\_endpoint](#input\_proxmox\_endpoint) | Proxmox API endpoint | `string` | n/a | yes |
|
||||
|
||||
## Outputs
|
||||
|
||||
No outputs.
|
||||
<!-- END_TF_DOCS -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue