variable "project_name" { description = "Nom du projet" type = string } variable "region" { description = "Région du projet" type = string } variable "frontend_cidr" { description = "cidr du frontend" type = string } variable "backend_cidr" { description = "cidr du backend" type = string } variable "database_cidr" { description = "cidr du database" type = string } variable "ssh_source_ranges" { description = "Accès à internet" type = string } variable "cidr_range" { description = "cidr de network" type = string }