This commit is contained in:
2025-12-04 10:38:02 +01:00
parent 4a13dc0e4c
commit ca26fc3fec
3 changed files with 53 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
variable "project_name" {
# À vous de définir :
# - project_id (string)
variable "project_id" {
description = "Nom du projet cidr"
type = string
default = "mon-projet"
}