test network

This commit is contained in:
SimonSayeBabu 2024-12-04 16:23:28 +01:00
parent bc6bb3a5f5
commit cacf079fb9

View File

@ -5,6 +5,12 @@ variable "project_name" {
default = "TP_IUT"
}
variable "project_id" {
description = "id du projet"
type = string
default = "iut-upec"
}
# - region (string)
variable "region" {
description = "region du projet"