This commit is contained in:
Yanis DARIUS 2024-12-04 16:23:27 +01:00
parent 0049ccd0b0
commit 6e144777dd

View File

@ -4,6 +4,12 @@ variable "project_name" {
default = "iut fbleau tp" default = "iut fbleau tp"
} }
variable "project_id" {
description = "ID du projet GCP"
type = string
default = "iut fbleau tp"
}
variable "region" { variable "region" {
description = "region du projet" description = "region du projet"
type = string type = string