oui
This commit is contained in:
parent
ebd9b043a5
commit
0811717b23
@ -2,13 +2,13 @@
|
|||||||
variable "project_name" {
|
variable "project_name" {
|
||||||
description = "Nom du projet"
|
description = "Nom du projet"
|
||||||
type = string
|
type = string
|
||||||
default = "but3-automatisation"
|
default = "tp-1-docker"
|
||||||
}
|
}
|
||||||
#- project_id (string)
|
#- project_id (string)
|
||||||
variable "project_id" {
|
variable "project_id" {
|
||||||
description = "ID du projet"
|
description = "ID du projet"
|
||||||
type = string
|
type = string
|
||||||
default = "but3-automatisation"
|
default = "tp-1-docker"
|
||||||
}
|
}
|
||||||
# - region (string)
|
# - region (string)
|
||||||
variable "region" {
|
variable "region" {
|
||||||
|
Loading…
Reference in New Issue
Block a user