changement de zone

This commit is contained in:
2025-12-04 09:57:54 +01:00
parent c847a579d2
commit 95bd2b06a1

View File

@@ -7,7 +7,7 @@ variable "projet_name" {
variable "zone" { variable "zone" {
description = "Zone GCP" description = "Zone GCP"
type = string type = string
default = "europe-west9" default = "europe-west9-b"
} }
variable "instance_type" { variable "instance_type" {