## Requirements | Name | Version | |------|---------| | [proxmox](#requirement\_proxmox) | 0.85.1 | ## Providers | Name | Version | |------|---------| | [proxmox](#provider\_proxmox) | 0.85.1 | ## Modules No modules. ## Resources | Name | Type | |------|------| | [proxmox_virtual_environment_vm.talos-node](https://registry.terraform.io/providers/bpg/proxmox/0.85.1/docs/resources/virtual_environment_vm) | resource | ## Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | [node](#input\_node) | Virtual node configuration |
object({
id = number
name = string
ipv4_address = string
ipv4_gateway = string
cpu = number
memory = number
disk = string
storagepool = string
talos_version = string
cluster_name = string
kubernetes_version = string
cluster_endpoint = string
proxmox_node = string
controlplane_addresses = list(string)
worker_addresses = list(string)
}) | n/a | yes |
## Outputs
No outputs.