diff --git a/tp-cloud/terraform/environments/dev/variables.tf b/tp-cloud/terraform/environments/dev/variables.tf index 624e93a..e6e7f9b 100644 --- a/tp-cloud/terraform/environments/dev/variables.tf +++ b/tp-cloud/terraform/environments/dev/variables.tf @@ -2,13 +2,13 @@ variable "project_name" { description = "Nom du projet" type = string - default = "but3-automatisation" + default = "tp-1-docker" } #- project_id (string) variable "project_id" { description = "ID du projet" type = string - default = "but3-automatisation" + default = "tp-1-docker" } # - region (string) variable "region" {