This commit is contained in:
2025-12-04 10:55:01 +01:00
parent 9a79667960
commit b4314e195e

View File

@@ -32,5 +32,6 @@ 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")
project = var.project_id
key = file("~/.ssh/id_ed25519.pub")
}