1
0
forked from pierront/but3-iac

variables nom projet

This commit is contained in:
2025-12-03 16:43:11 +01:00
parent d82eced501
commit 1e6d1192c3
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
variable "project_name" {
type = string
description = "but3-iac"
default = "Projet-virtualisation"
default = "Projet Virtualisation"
}
variable "region" {

View File

@@ -1,6 +1,6 @@
variable "project_name" {
type = string
description = "but3-iac"
description = "but3-iac-dick"
}