retour avant*

This commit is contained in:
2025-12-04 09:57:02 +01:00
parent 2af116c7b3
commit af45a9ae54

View File

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