diff options
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 |