modif de DEV

This commit is contained in:
2025-12-04 09:21:26 +01:00
parent 3893ec04a4
commit e54ed67da9
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ terraform {
}
provider "google" {
project = var.project
project = var.projet_name
region = var.region
zone = var.zone
}

View File

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