manque le .pub

This commit is contained in:
2025-12-04 10:00:28 +01:00
parent 72bf209a13
commit 5cea6adeee

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")
}