Files

10 lines
203 B
Terraform
Raw Permalink Normal View History

2025-12-04 11:05:37 +01:00
# variable "project_id" {
# description = "ID du projet GCP"
# type = string
# default = "mon-projet"
# }
2025-12-04 10:15:36 +01:00
variable "project_id" {
description = "ID du projet"
type = string
}