diff --git a/terraform/environments/dev/variables.tf b/terraform/environments/dev/variables.tf index ebf8e78..8f96b4d 100644 --- a/terraform/environments/dev/variables.tf +++ b/terraform/environments/dev/variables.tf @@ -33,10 +33,11 @@ variable "database_cidr" { variable "ssh_source_ranges" { description = "" type = string + default = "0.0.0.0/0" } variable "project_id" { - description = "Nom du projet" + description = "ID du projet" type = string - default = "My First Project" + default = "glossy-handler-478713-i1" } \ No newline at end of file