This commit is contained in:
Jean-Luc NELET 2024-12-06 13:56:53 +01:00
parent ebd9b043a5
commit 0811717b23

View File

@ -2,13 +2,13 @@
variable "project_name" {
description = "Nom du projet"
type = string
default = "but3-automatisation"
default = "tp-1-docker"
}
#- project_id (string)
variable "project_id" {
description = "ID du projet"
type = string
default = "but3-automatisation"
default = "tp-1-docker"
}
# - region (string)
variable "region" {