This commit is contained in:
2024-12-06 15:56:11 +01:00
parent 75e26b2c72
commit 1336027eca
3 changed files with 4 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ variable "project_id" {
variable "region" {
description = "Région du projet"
type = string
default = "europe-west4"
default = "europe-west9"
}
variable "frontend_cidr" {