Update terraform/main.tf

This commit is contained in:
2026-02-15 20:02:00 +01:00
parent 494ea7e2d8
commit c06de1ceaa

View File

@@ -25,7 +25,11 @@ resource "proxmox_vm_qemu" "vm1" {
os_type = "cloud-init"
ipconfig0 = "ip=dhcp"
ciuser = "martijn"
cipassword = "Gwh28dgcmp!"
agent = 1
scsihw = "virtio-scsi-pci"
machine = "q35"
searchdomain = "domain.local"
nameserver = "192.168.178.1"
}