chore: fixed formatting on tofu files

This commit is contained in:
2025-09-27 13:57:18 +10:00
parent fffc39c402
commit 068e69fc0a
2 changed files with 7 additions and 7 deletions

View File

@@ -25,11 +25,11 @@ resource "proxmox_vm_qemu" "dev-docker" {
# VM CPU Settings # VM CPU Settings
cpu { cpu {
cores = 1 cores = 1
sockets = 4 sockets = 4
type = "x86-64-v2-AES" type = "x86-64-v2-AES"
} }
bios = "ovmf" bios = "ovmf"
startup = "order=2" startup = "order=2"