init: terraform

This commit is contained in:
ineszang44
2026-09-18 09:48:20 +02:00
parent 667592033b
commit 47c4fd445b
8 changed files with 140 additions and 27 deletions
+5
View File
@@ -21,6 +21,11 @@ variable "ssh_private_key_path" {
sensitive = true
}
variable "ssh_password" {
type = string
sensitive = true
}
variable "k3s_version" {
type = string
description = "Version k3s a epingler pour un deploiement reproductible (ex: v1.31.5+k3s1). Voir https://github.com/k3s-io/k3s/releases."