variable "instance_type" { description = "type d'instance" type = string } variable "zone" { description = "zone" type = string default = "europe-west4-a" }