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

This commit is contained in:
2025-12-28 21:55:58 +00:00
parent 8bd2aa6491
commit ecf36161a1

View File

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