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/terraform.tfvars | 1 + 1 file changed, 1 insertion(+) (limited to 'opentofu/terraform.tfvars') diff --git a/opentofu/terraform.tfvars b/opentofu/terraform.tfvars index bbb7b1b..1fef5f5 100644 --- a/opentofu/terraform.tfvars +++ b/opentofu/terraform.tfvars @@ -1,6 +1,7 @@ proxmox_api_url = "https://10.0.0.5:8006/api2/json" proxmox_node = "pve" debian_server_bookworm_packer_image_name = "debian-server-bookworm-12-9-0-amd64" +debian_server_bookworm_packer_image_id = "999" ubuntu_server_noble_packer_image_name = "ubuntu-server-noble-24-04-1-amd64" vm_username = "mas" ssh_private_key_path = "~/.ssh/id_ecdsa" -- cgit v1.2.3