fix
This commit is contained in:
parent
0049ccd0b0
commit
6e144777dd
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user