diff options
Diffstat (limited to 'opentofu/variables.tf')
-rw-r--r-- | opentofu/variables.tf | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/opentofu/variables.tf b/opentofu/variables.tf index 30f20ec..30e82bf 100644 --- a/opentofu/variables.tf +++ b/opentofu/variables.tf @@ -35,13 +35,3 @@ variable "ssh_public_key" { type = string sensitive = true } - -variable "docker_ansible_playbook_path" { - description = "Path to the Ansible playbook for Docker installation" - type = string -} - -variable "k8s_ansible_playbook_path" { - description = "Path to the Ansible playbook for k8s installation" - type = string -} |