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

This commit is contained in:
2025-12-28 10:56:52 +00:00
parent e8e0c84de3
commit f8e13490b7

View File

@@ -57,7 +57,7 @@ resource "proxmox_virtual_environment_vm" "k8s_nodes" {
} }
user_account { user_account {
username = "ubuntu" username = "ubuntu"
keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPkMcT6PGm4xwBlwwwLkzdzTF/pgtADIcdejf5xALbxQ semaphore-gitea-key"] keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJq5Wc9rpjN1KOoI721NwjTZuGPicLkpHHdeX64Icyev semaphore-ansible-key"]
} }
} }
} }