From 74bdc3ad91c85e7bbce70fa4781bcdb64f08fe6d Mon Sep 17 00:00:00 2001 From: Linus Waldowsky Date: Fri, 27 Feb 2026 20:55:46 +0100 Subject: [PATCH] debugging --- tofu/e2e/main.tf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tofu/e2e/main.tf b/tofu/e2e/main.tf index 59c6c2e..c1b8364 100644 --- a/tofu/e2e/main.tf +++ b/tofu/e2e/main.tf @@ -29,6 +29,11 @@ resource "proxmox_virtual_environment_vm" "e2e_clone" { gateway = var.gateway } } + + user_account { + username = "debian" + password = var.clone_vm_password + } } }