From 482add90dc2d735439c91bcacb503e23d32e1d2d Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 3 Sep 2025 15:29:13 +0200 Subject: [PATCH] another one bites the dust --- infrastructure-admin/main.tf | 69 ++++++++++++++++++++++-------------- 1 file changed, 42 insertions(+), 27 deletions(-) diff --git a/infrastructure-admin/main.tf b/infrastructure-admin/main.tf index f2072e0..5540b87 100644 --- a/infrastructure-admin/main.tf +++ b/infrastructure-admin/main.tf @@ -48,6 +48,7 @@ resource "proxmox_vm_qemu" "controller" { } memory = 1024 scsihw = "virtio-scsi-pci" + os_type = "cloud-init" disks { scsi { scsi0 { @@ -75,15 +76,19 @@ resource "proxmox_vm_qemu" "controller" { cipassword = var.admin_password sshkeys = var.ssh_public_key - cicustom = <