From 0ebc56b283cc130c187f009c4247c3586504f69c Mon Sep 17 00:00:00 2001 From: SimonSayeBabu Date: Wed, 4 Dec 2024 17:26:20 +0100 Subject: [PATCH] test network --- terraform/environments/dev/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/environments/dev/variables.tf b/terraform/environments/dev/variables.tf index c951f36..6778002 100644 --- a/terraform/environments/dev/variables.tf +++ b/terraform/environments/dev/variables.tf @@ -15,7 +15,7 @@ variable "project_id" { variable "region" { description = "region du projet" type = string - default = "europe-west1-d" + default = "europe-west1" } # - frontend_cidr (string)