## Requirements | Name | Version | |------|---------| | [proxmox](#requirement\_proxmox) | 0.86.0 | ## Providers | Name | Version | |------|---------| | [proxmox](#provider\_proxmox) | 0.86.0 | ## Modules No modules. ## Resources | Name | Type | |------|------| | [proxmox_virtual_environment_vm.talos-node](https://registry.terraform.io/providers/bpg/proxmox/0.86.0/docs/resources/virtual_environment_vm) | resource | ## Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | [node](#input\_node) | Basic configuration for the Talos node |
object({
id = number
type = string
name = string
ipv4_address = string
ipv4_gateway = string
cpu = number
gpu = optional(bool, false)
memory = number
disk = string
storagepool = string
talos_version = string
cluster_name = string
kubernetes_version = string
cluster_endpoint = string
proxmox_node = string
}) | n/a | yes |
| [pvc\_disks](#input\_pvc\_disks) | List of extra disks to attach to the node | `list(number)` | `[]` | no |
## Outputs
No outputs.