forked from pierront/but3-iac
suite
This commit is contained in:
@@ -17,6 +17,6 @@ resource "google_project_iam_member" "terraform_owner" {
|
||||
|
||||
resource "google_os_login_ssh_public_key" "ssh_key" {
|
||||
project = var.project_id
|
||||
user = google_service_account.terraform_sa.email
|
||||
key = file("~/.ssh/id_rsa.pub")
|
||||
user = "clemenceducreux459@gmail.com"
|
||||
key = file(pathexpand("~/.ssh/id_ed25519.pub"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user