This commit is contained in:
2025-12-04 10:00:30 +01:00
parent e7e1d5bbdc
commit 3718cd8748

View File

@@ -28,5 +28,5 @@ data "google_client_openid_userinfo" "me" {
resource "google_os_login_ssh_public_key" "cache" {
user = data.google_client_openid_userinfo.me.email
key = file("~/.ssh/id_ed25519")
key = file("~/.ssh/id_ed25519.pub")
}