Files
but3-iac/terraform/modules/iam/variables.tf
James Boutaric f54d9bacfb ajout outputs
2025-12-04 11:05:37 +01:00

10 lines
203 B
HCL

# variable "project_id" {
# description = "ID du projet GCP"
# type = string
# default = "mon-projet"
# }
variable "project_id" {
description = "ID du projet"
type = string
}