diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-03-04 20:09:31 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-03-04 20:09:31 +0100 |
commit | e02cf37430f92859a0f4b644af6d2665847c3997 (patch) | |
tree | b12dbed1e7d6d0dea1d365f23bcec2f0f9cf3337 /opentofu/variables.tf | |
parent | 0182fe51736e7610d4a63fe6767d08ffe5c5938c (diff) |
opentofu: Incr. nb of k3s workers + remove ansible custom module
Diffstat (limited to 'opentofu/variables.tf')
-rw-r--r-- | opentofu/variables.tf | 5 |
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 |