Files

7 lines
128 B
Terraform
Raw Permalink Normal View History

2025-12-03 16:09:29 +01:00
# À vous de définir :
2025-12-04 09:32:12 +01:00
# - project_id (string)
variable "project_id" {
description = "ID du projet"
type = string
}