This commit is contained in:
James Boutaric
2025-12-04 10:15:36 +01:00
parent 540fb6c634
commit cfeee8df7f
13 changed files with 220 additions and 214 deletions

View File

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