terraform { required_providers { proxmox = { source = "bpg/proxmox" version = "~> 0.75.0" } talos = { source = "siderolabs/talos" version = "~> 0.7.1" } } } provider "proxmox" { endpoint = "https://192.168.8.10:8006/" insecure = true } module "talos" { source = "bbtechsys/talos/proxmox" version = "0.1.5" talos_cluster_name = "talos-nsk2" talos_version = "1.10.6" proxmox_image_datastore = "nvme1" proxmox_iso_datastore = "Images" worker_machine_config_patches = [ <