format fix

This commit is contained in:
tolerryan
2025-08-22 00:20:25 -05:00
parent b203ff34d9
commit 15fad8f5aa

2
nas.tf
View File

@@ -59,7 +59,7 @@ resource "proxmox_vm_qemu" "nas" {
# VM Network Settings
network {
id = "net0"
id = 1
bridge = "vmbr0"
model = "virtio"
}