modif de DEV

This commit is contained in:
2025-12-04 09:26:02 +01:00
parent 040a4f619f
commit 800a866265
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
variable "projet_name" { variable "projet_name" {
description = "Projet GCP" description = "Projet GCP"
type = string type = string
default = "projet-hugo-478713"
} }
variable "zone" { variable "zone" {

View File

@@ -1,4 +1,5 @@
variable "projet_name" { variable "projet_name" {
description = "GCP project id" description = "GCP project id"
type = string type = string
default = "projet-hugo-478713"
} }