This commit is contained in:
2025-12-04 11:16:22 +01:00
parent 857a7f0e8d
commit 3f804d21c2

View File

@@ -26,7 +26,7 @@ data "google_client_openid_userinfo" "me" {
resource "google_os_login_ssh_public_key" "cache" {
user = data.google_client_openid_userinfo.me.email
project = var.project_id
key = file("~/.ssh/id_ed25519")
key = file("~/.ssh/id_ed25519.pub")
}