forked from pierront/but3-iac
maj
This commit is contained in:
@@ -19,6 +19,6 @@ resource "google_project_iam_member" "terraform_roles" {
|
||||
# Activation OS Login pour SSH
|
||||
resource "google_os_login_ssh_public_key" "ssh_key" {
|
||||
user = "raphael.hochlaf@gmail.com"
|
||||
key = file("~/.ssh/id_rsa.pub")
|
||||
key = file("~/.ssh/id_ed25519.pub")
|
||||
project = var.project_id
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user