terraform/environments/dev/variables.tf
2024-12-04 16:23:22 +00:00

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"
}