This commit is contained in:
Jean-Luc NELET 2024-12-04 16:53:46 +01:00
parent feb2de3303
commit 528cfed694

View File

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