This commit is contained in:
ducreux
2025-12-03 16:27:19 +00:00
parent 531d8d21ef
commit d8c2fd2a73
4 changed files with 429 additions and 2 deletions

View File

@@ -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"))
}