This commit is contained in:
2024-12-06 16:12:47 +01:00
parent 2c7daea69f
commit 43491ed096
9 changed files with 48 additions and 15 deletions

View File

@@ -21,4 +21,4 @@ resource "google_os_login_ssh_public_key" "add_my_key" {
project = var.project_id
user = data.google_client_openid_userinfo.me.email
key = file("~/.ssh/id_ed25519.pub")
}
}

View File

@@ -1,4 +1,5 @@
# modules/iam/variables.tf
variable "project_id" {
description = "ID du projet GCP"
type = string
}
}