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