From cbe2665fbb9130ec3bd736f4428ea02966b125f4 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Mon, 3 Mar 2025 20:05:06 +0100 Subject: tofu: update bpg/proxmox to 0.73.0 & clean vars --- opentofu/variables.tf | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'opentofu/variables.tf') diff --git a/opentofu/variables.tf b/opentofu/variables.tf index 234963d..30f20ec 100644 --- a/opentofu/variables.tf +++ b/opentofu/variables.tf @@ -12,20 +12,10 @@ variable "proxmox_node" { type = string } -variable "debian_server_bookworm_packer_image_name" { - description = "Name of the Packer image to clone" - type = string -} - variable "debian_server_bookworm_packer_image_id" { type = string } -variable "ubuntu_server_noble_packer_image_name" { - description = "Name of the Packer image to clone" - type = string -} - variable "ubuntu_server_noble_packer_image_id" { type = string } @@ -55,16 +45,3 @@ variable "k8s_ansible_playbook_path" { description = "Path to the Ansible playbook for k8s installation" type = string } - -variable "k8s_worker_vm_name_prefix" { - description = "VM name prefix" - default = "k8s-worker" - type = string -} - -variable "k8s_worker_vm_count" { - description = "Number of servers" - default = 2 - type = string -} - -- cgit v1.2.3