infrastructure/modules/talos-node
Renovate 740b08afae
All checks were successful
Tofu Plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Successful in 44s
Tofu Plan pve01.wheatley.in templates / tofu-plan-templates (pull_request) Successful in 1m0s
chore(deps): update terraform proxmox to v0.99.0
2026-03-24 00:01:41 +00:00
..
main.tf chore(deps): update terraform proxmox to v0.99.0 2026-03-24 00:01:41 +00:00
README.md chore: Add generated docs 2026-01-26 11:22:20 +01:00
variables.tf chore: Move modules to root directory 2026-01-26 10:57:01 +01:00

Requirements

Name Version
proxmox 0.86.0

Providers

Name Version
proxmox 0.86.0

Modules

No modules.

Resources

Name Type
proxmox_virtual_environment_vm.talos-node resource

Inputs

Name Description Type Default Required
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 List of extra disks to attach to the node list(number) [] no

Outputs

No outputs.