This commit is contained in:
2025-12-03 16:17:40 +01:00
parent 076fd5d759
commit 5352f8c429
2 changed files with 7 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ variable "project_name" {
variable "region" {
description = "La région du projet"
type = string
default = "europe-west9-b"
default = "europe-west9"
}
variable "frontend_cidr" {