Обновить terraform/main.tf

This commit is contained in:
2025-12-28 09:30:00 +00:00
parent 405a07b8b3
commit c5ee22fc79

View File

@@ -53,7 +53,7 @@ resource "proxmox_virtual_machine" "k8s_nodes" {
}
user_account {
username = "ubuntu"
keys = ["ssh-ed25519 AAAAC3..."] # Твой ключ
keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPkMcT6PGm4xwBlwwwLkzdzTF/pgtADIcdejf5xALbxQ semaphore-gitea-key"] # Твой ключ
}
}
}