13 lines
233 B
HCL
13 lines
233 B
HCL
variable "projet_id" {
|
|
description = "ID du projet GCP"
|
|
type = string
|
|
default = "automatisation-tp1"
|
|
}
|
|
|
|
variable "region" {
|
|
description = "region des vms"
|
|
type = string
|
|
default = "europe-west1-b"
|
|
}
|
|
|