This commit is contained in:
2024-12-04 16:23:06 +01:00
parent 733f57e5b7
commit 6fb32e15f6
2 changed files with 8 additions and 2 deletions

View File

@@ -1,4 +1,10 @@
variable "project_name" {
description = "nom du projet"
type = string
default = "tp-1-docker"
}
variable "project_id" {
description = "ID du projet"
type = string
default = "tp-1-docker"