From 1e1a8a1f3f4a8586072d3e31d2bef9c27786d448 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Tue, 18 Feb 2025 21:03:00 +0100 Subject: Replace proxmox provider telmate by bpg + remove k8s cluster (talos on the way) Also changes the id of the packer images, now starting at the "end" (999), while VMs start at 100 --- opentofu/variables.tf | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'opentofu/variables.tf') diff --git a/opentofu/variables.tf b/opentofu/variables.tf index c777b21..e679865 100644 --- a/opentofu/variables.tf +++ b/opentofu/variables.tf @@ -3,15 +3,10 @@ variable "proxmox_api_url" { type = string } -variable "proxmox_api_token_id" { +variable "proxmox_api_token" { type = string } -variable "proxmox_api_token_secret" { - type = string -} - - variable "proxmox_node" { description = "Proxmox node to deploy the VM on" type = string @@ -22,6 +17,10 @@ variable "debian_server_bookworm_packer_image_name" { 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 -- cgit v1.2.3