test network
This commit is contained in:
parent
bc6bb3a5f5
commit
cacf079fb9
@ -5,6 +5,12 @@ variable "project_name" {
|
|||||||
default = "TP_IUT"
|
default = "TP_IUT"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
variable "project_id" {
|
||||||
|
description = "id du projet"
|
||||||
|
type = string
|
||||||
|
default = "iut-upec"
|
||||||
|
}
|
||||||
|
|
||||||
# - region (string)
|
# - region (string)
|
||||||
variable "region" {
|
variable "region" {
|
||||||
description = "region du projet"
|
description = "region du projet"
|
||||||
|
Loading…
Reference in New Issue
Block a user