This commit is contained in:
2025-12-04 09:40:53 +01:00
parent 3227265c7a
commit be4001f6c0
9 changed files with 155 additions and 109 deletions

View File

@@ -1,2 +1,7 @@
# À vous de définir :
# - project_id (string)
# - project_id (string)
variable "project_id" {
description = "ID du projet"
type = string
}