From cacf079fb9281941e20e44a6b2eaf741b65dc3c4 Mon Sep 17 00:00:00 2001 From: SimonSayeBabu Date: Wed, 4 Dec 2024 16:23:28 +0100 Subject: [PATCH] test network --- terraform/environments/dev/variables.tf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/terraform/environments/dev/variables.tf b/terraform/environments/dev/variables.tf index bc97a1d..c951f36 100644 --- a/terraform/environments/dev/variables.tf +++ b/terraform/environments/dev/variables.tf @@ -5,6 +5,12 @@ variable "project_name" { default = "TP_IUT" } +variable "project_id" { + description = "id du projet" + type = string + default = "iut-upec" +} + # - region (string) variable "region" { description = "region du projet"