From ecf36161a1d071b698515217ef88fdbb3879fffa Mon Sep 17 00:00:00 2001 From: ogrechko Date: Sun, 28 Dec 2025 21:55:58 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20terraform/main.tf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- terraform/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/main.tf b/terraform/main.tf index 7c10c93..45c4cf5 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -57,7 +57,7 @@ resource "proxmox_virtual_environment_vm" "k8s_nodes" { } user_account { username = "ubuntu" - keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJq5Wc9rpjN1KOoI721NwjTZuGPicLkpHHdeX64Icyev semaphore-ansible-key"] + keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEEuaCL9fPnGCH4hfxAzzS09aRaj6ptoG685p+oF5vTp semaphore-ansible-key"] } } } \ No newline at end of file