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

10 lines
194 B
Terraform
Raw Normal View History

2025-12-04 10:37:24 +01:00
variable "project_id" {
2025-12-04 11:05:05 +01:00
type = string
2025-12-04 10:37:24 +01:00
description = "ID du projet GCP"
2025-12-04 11:05:05 +01:00
}
variable "ssh_public_key_path" {
2025-12-04 10:37:24 +01:00
type = string
2025-12-04 11:05:05 +01:00
description = "Chemin vers la clé publique SSH"
2025-12-04 10:37:24 +01:00
}