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