stage #38

Merged
micqdf merged 2 commits from stage into master 2026-02-28 15:41:59 +00:00
Showing only changes of commit 5c69abf9ff - Show all commits

View File

@@ -25,6 +25,7 @@ resource "proxmox_vm_qemu" "control_planes" {
full_clone = true
os_type = "cloud-init"
agent = 1
automatic_reboot = false
cpu {
sockets = 1
@@ -75,6 +76,7 @@ resource "proxmox_vm_qemu" "workers" {
full_clone = true
os_type = "cloud-init"
agent = 1
automatic_reboot = false
cpu {
sockets = 1