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
cpu {
cores = 1
sockets = 4
type = "x86-64-v2-AES"
cores = 1
sockets = 4
type = "x86-64-v2-AES"
}
bios = "ovmf"
bios = "ovmf"
startup = "order=2"
@@ -40,7 +40,7 @@ resource "proxmox_vm_qemu" "dev-docker" {
# VM Network Settings
network {
id = 0
id = 0
bridge = "vmbr0"
model = "virtio"
tag = "10"