This commit is contained in:
Yanis DARIUS 2024-12-04 16:53:56 +01:00
parent 8961f97548
commit d3be5f0031

View File

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