From c06de1ceaab22107bcc67a4baf4ef222e50c3baa Mon Sep 17 00:00:00 2001 From: martijn Date: Sun, 15 Feb 2026 20:02:00 +0100 Subject: [PATCH] Update terraform/main.tf --- terraform/main.tf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/terraform/main.tf b/terraform/main.tf index 12502db..e29c712 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -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" } \ No newline at end of file