This commit is contained in:
Yanis DARIUS 2024-12-06 16:19:17 +01:00
parent 43491ed096
commit 9262123ee7

View File

@ -2,14 +2,14 @@
variable "project_name" { variable "project_name" {
description = "Nom du projet" description = "Nom du projet"
type = string type = string
default = "tp-1-docker" default = "newtp-443913"
} }
#- project_id (string) #- project_id (string)
variable "project_id" { variable "project_id" {
description = "ID du projet" description = "ID du projet"
type = string type = string
default = "tp-1-docker" default = "newtp-443913"
} }
# - region (string) # - region (string)