This commit is contained in:
2025-12-04 09:32:12 +01:00
parent 73a4ebb6fb
commit 12f218a49b
4 changed files with 51 additions and 3 deletions

View File

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