modification iam

This commit is contained in:
2025-12-04 09:56:28 +01:00
parent 41a473f30c
commit 2af116c7b3

View File

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