This commit is contained in:
Arthur Dodin
2026-05-05 11:55:06 +02:00
parent a35261ea30
commit 30861ff51c
+1
View File
@@ -20,6 +20,7 @@ resource "proxmox_virtual_environment_vm" "vm_ubuntu_iscsi" {
user_account { user_account {
username = "root" username = "root"
password = "rootroot" password = "rootroot"
keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILLRRYg0z5DoKq+67DeZFUo+dOqz2GedGKHHjGHiMMNo dodin@ArthurDodin"
} }
} }