aboutsummaryrefslogtreecommitdiff
path: root/opentofu/variables.tf
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2025-03-04 20:09:31 +0100
committerclyhtsuriva <aimeric@adjutor.xyz>2025-03-04 20:09:31 +0100
commite02cf37430f92859a0f4b644af6d2665847c3997 (patch)
treeb12dbed1e7d6d0dea1d365f23bcec2f0f9cf3337 /opentofu/variables.tf
parent0182fe51736e7610d4a63fe6767d08ffe5c5938c (diff)
opentofu: Incr. nb of k3s workers + remove ansible custom module
Diffstat (limited to 'opentofu/variables.tf')
-rw-r--r--opentofu/variables.tf5
1 files changed, 0 insertions, 5 deletions
diff --git a/opentofu/variables.tf b/opentofu/variables.tf
index 30e82bf..5303878 100644
--- a/opentofu/variables.tf
+++ b/opentofu/variables.tf
@@ -26,11 +26,6 @@ variable "vm_username" {
default = "mas"
}
-variable "ssh_private_key_path" {
- description = "Path to the SSH private key for Ansible"
- type = string
-}
-
variable "ssh_public_key" {
type = string
sensitive = true