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 + } } }