forked from pierront/but3-iac
modification iam
This commit is contained in:
@@ -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")
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user