forked from pierront/but3-iac
5 lines
87 B
Terraform
5 lines
87 B
Terraform
|
|
variable "projet_name" {
|
||
|
|
type = string
|
||
|
|
default = "projet-hugo-478713"
|
||
|
|
}
|