1
0
forked from pierront/but3-iac

iam debut

This commit is contained in:
2025-12-04 10:15:25 +01:00
parent 40d03d2b5a
commit 5527d753c0
4 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
variable "project_id" {
type = string
}
variable "ssh_public_key_path" {
type = string
description = "Chemin vers la clé publique SSH"
}