This commit is contained in:
Yanis DARIUS 2024-12-06 15:32:14 +01:00
parent 907157cce6
commit ed9d2bed64

View File

@ -1,13 +1,13 @@
variable "project_name" {
description = "Nom du projet"
type = string
default = "newtp"
default = "newtp-443913"
}
variable "project_id" {
description = "ID du projet"
type = string
default = "newtp"
default = "newtp-443913"
}
variable "region" {