debugging
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-02-27 20:55:46 +01:00
parent bcafd06141
commit 74bdc3ad91

View File

@@ -29,6 +29,11 @@ resource "proxmox_virtual_environment_vm" "e2e_clone" {
gateway = var.gateway gateway = var.gateway
} }
} }
user_account {
username = "debian"
password = var.clone_vm_password
}
} }
} }