modification accès variable

This commit is contained in:
2025-12-03 16:17:16 +01:00
parent 10166ac021
commit 75323179be
2 changed files with 7 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ variable "project_name" {
variable "region" {
description = "Region du projet"
type = string
default = "europe-west9-b"
default = "europe-west9"
}
variable "frontend_cidr" {