This commit is contained in:
SimonSayeBabu
2024-12-06 15:31:31 +01:00
parent ea72883bb8
commit 4b13756f44
4 changed files with 46 additions and 0 deletions

View File

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