infrastructure/pve01.wheatley.in/k8s-wheatley/modules/talos-node
2025-10-31 22:19:20 +01:00
..
main.tf feat: Manage VM identifiers 2025-10-31 17:38:13 +01:00
README.md wip 2025-10-31 22:19:20 +01:00
variables.tf feat: Manage VM identifiers 2025-10-31 17:38:13 +01:00

Requirements

Name Version
proxmox 0.85.1

Providers

Name Version
proxmox 0.85.1

Modules

No modules.

Resources

Name Type
proxmox_virtual_environment_vm.talos-node resource

Inputs

Name Description Type Default Required
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.