adding qemu to kub

This commit is contained in:
Matt Reeves 2024-06-13 23:39:53 -04:00
parent 3c63705cf5
commit 3d686d3bb3
3 changed files with 3 additions and 3 deletions

View file

@ -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 {

View file

@ -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 {

View file

@ -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 {