From 0811717b23c5f83f399f6f21c66a2ae0b824b604 Mon Sep 17 00:00:00 2001 From: nelet Date: Fri, 6 Dec 2024 13:56:53 +0100 Subject: [PATCH] oui --- tp-cloud/terraform/environments/dev/variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" {