1
0
forked from pierront/but3-iac

presque fini (je pense)

This commit is contained in:
2025-12-04 10:46:51 +01:00
parent 5746077039
commit 249504829a
8 changed files with 64 additions and 51 deletions

View File

@@ -1,8 +1,9 @@
variable "project_id" {
type = string
description = "ID du projet GCP"
type = string
}
variable "ssh_public_key_path" {
type = string
description = "Chemin vers la clé publique SSH"
type = string
}