This commit is contained in:
aissi
2025-12-04 12:55:35 +01:00
parent 8fa75558ec
commit a2deb7b865

View File

@@ -7,7 +7,7 @@ variable "instance_type" {
variable "zone" { variable "zone" {
description = "région" description = "région"
type = string type = string
default = "europe-west9-b" default = "europe-west1-b"
} }
@@ -39,7 +39,7 @@ variable "project_name" {
variable "region" { variable "region" {
description = "Région" description = "Région"
type = string type = string
default = "europe-west9" default = "europe-west1"
} }
variable "frontend_cidr" { variable "frontend_cidr" {