Files
but3-iac/terraform/modules/iam/variables.tf
2025-12-04 11:05:05 +01:00

10 lines
194 B
HCL

variable "project_id" {
type = string
description = "ID du projet GCP"
}
variable "ssh_public_key_path" {
type = string
description = "Chemin vers la clé publique SSH"
}