From 4fd050e22da8fbf9378c93f501493d02c314a9de Mon Sep 17 00:00:00 2001 From: Vallat Date: Fri, 6 Dec 2024 15:19:39 +0100 Subject: [PATCH] network --- environments/dev/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environments/dev/variables.tf b/environments/dev/variables.tf index 7407106..2d99e95 100644 --- a/environments/dev/variables.tf +++ b/environments/dev/variables.tf @@ -1,7 +1,7 @@ variable "project_id" { description = "ID du projet GCP" type = string - default = "97892" + default = "secret-proton-443214-n6" } variable "project_name" {