forked from pierront/but3-iac
partie 3
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
variable "project_name" {
|
||||
# À vous de définir :
|
||||
# - project_id (string)
|
||||
|
||||
variable "project_id" {
|
||||
description = "Nom du projet cidr"
|
||||
type = string
|
||||
default = "mon-projet"
|
||||
}
|
||||
Reference in New Issue
Block a user