diff --git a/proxmox.tf b/proxmox.tf index 228de0a..2e86ffd 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -15,8 +15,6 @@ resource "proxmox_vm_qemu" "vm-kubernetes-01" { vm_state = "running" boot = "order=scsi0;ide2;net0" agent = 1 - hastate = "enabled" - hagroup = "kubernetes-group" memory = 4096 hotplug = "network,disk,usb" scsihw = "virtio-scsi-single"