variable "instance_type" { type = string description = "Type de machine pour les instances." } variable "zone" { type = string description = "Zone GCP où déployer les instances." } variable "frontend_subnet_id" { type = string description = "ID du sous-réseau frontend." } variable "backend_subnet_id" { type = string description = "ID du sous-réseau backend." } variable "database_subnet_id" { type = string description = "ID du sous-réseau database." }