diff --git a/k3s-master.tf b/k3s-master.tf index e061147..11965e8 100644 --- a/k3s-master.tf +++ b/k3s-master.tf @@ -8,7 +8,7 @@ resource "proxmox_virtual_environment_vm" "K3s-Master" { tags = ["tofu", "ubuntu-22", "auto-homelab-repo", "infrastructure"] agent { - enabled = false # read 'Qemu guest agent' section, change to true only when ready + enabled = true # read 'Qemu guest agent' section, change to true only when ready } clone { diff --git a/k3s-worker1.tf b/k3s-worker1.tf index 44bdb0e..e247acd 100644 --- a/k3s-worker1.tf +++ b/k3s-worker1.tf @@ -8,7 +8,7 @@ resource "proxmox_virtual_environment_vm" "K3s-Worker1" { tags = ["tofu", "ubuntu-22", "auto-homelab-repo", "infrastructure"] agent { - enabled = false # read 'Qemu guest agent' section, change to true only when ready + enabled = true # read 'Qemu guest agent' section, change to true only when ready } clone { diff --git a/k3s-worker2.tf b/k3s-worker2.tf index b1eba5e..e2666f5 100644 --- a/k3s-worker2.tf +++ b/k3s-worker2.tf @@ -8,7 +8,7 @@ resource "proxmox_virtual_environment_vm" "K3s-Worker2" { tags = ["tofu", "ubuntu-22", "auto-homelab-repo", "infrastructure"] agent { - enabled = false # read 'Qemu guest agent' section, change to true only when ready + enabled = true # read 'Qemu guest agent' section, change to true only when ready } clone {