1
0
forked from pierront/but3-iac
Files

10 lines
194 B
Terraform
Raw Permalink Normal View History

2025-12-04 10:15:25 +01:00
variable "project_id" {
2025-12-04 10:46:51 +01:00
description = "ID du projet GCP"
type = string
2025-12-04 10:15:25 +01:00
}
variable "ssh_public_key_path" {
description = "Chemin vers la clé publique SSH"
2025-12-04 10:46:51 +01:00
type = string
2025-12-04 10:15:25 +01:00
}