refactor: make ssh keys to be a list

This commit is contained in:
2026-07-31 19:44:48 +02:00
parent 2495e180e9
commit 35fb02e95e
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ resource "proxmox_virtual_environment_vm" "this" {
user_account {
username = "debian"
keys = [var.ssh_public_key]
keys = var.ssh_public_keys
}
}
}