Compare commits

...

3 Commits

Author SHA1 Message Date
a42d44bb27 Merge pull request 'stage' (#38) from stage into master
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 27s
Reviewed-on: #38
2026-02-28 15:41:58 +00:00
a99516a2a3 chore: format terraform configuration
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 17s
2026-02-28 15:41:14 +00:00
5c69abf9ff fix: disable automatic reboot for proxmox VM updates
Some checks failed
Terraform Plan / Terraform Plan (push) Failing after 10s
2026-02-28 15:40:18 +00:00

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