chore(frontend): suppression des variables inutiles, copie des fichiers terraform communs aux environnements

This commit is contained in:
ineszang44
2026-09-17 15:01:17 +02:00
parent 6785c70f6f
commit 667592033b
11 changed files with 260 additions and 10 deletions
+11
View File
@@ -0,0 +1,11 @@
module "k3s" {
source = "../../modules/k3s"
ssh_host = var.ssh_host
ssh_port = var.ssh_port
ssh_user = var.ssh_user
ssh_private_key_path = var.ssh_private_key_path
k3s_version = var.k3s_version
k3s_disable_components = var.k3s_disable_components
kubeconfig_output_path = var.kubeconfig_output_path
}