Update terraform/main.tf

This commit is contained in:
2026-02-15 20:24:12 +01:00
parent 01c4d0a781
commit b46ee64423

View File

@@ -10,8 +10,6 @@ resource "proxmox_vm_qemu" "vm1" {
}
memory = 2048
scsihw = "virtio-scsi-pci"
machine = "q35"
network {
id = 0
@@ -26,5 +24,4 @@ resource "proxmox_vm_qemu" "vm1" {
searchdomain = "domain.local"
nameserver = "192.168.178.1"
agent = 1
}