Files
but3-iac/tp-cloud/terraform/modules/iam/variables.tf

6 lines
120 B
Terraform
Raw Normal View History

2025-12-04 09:15:59 +01:00
variable "projet_name" {
2025-12-03 16:12:20 +00:00
description = "GCP project id"
type = string
2025-12-04 09:26:02 +01:00
default = "projet-hugo-478713"
2025-12-03 16:12:20 +00:00
}