fixed script that running all checks
This commit is contained in:
@@ -52,7 +52,6 @@ resource "proxmox_vm_qemu" "proxmox_vm_master" {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
resource "proxmox_vm_qemu" "proxmox_vm_workers" {
|
||||
count = var.num_k3s_nodes
|
||||
name = "k3s-worker-${count.index}"
|
||||
|
||||
Reference in New Issue
Block a user