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/modules/ansible_provisioner/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opentofu/modules/ansible_provisioner/main.tf') diff --git a/opentofu/modules/ansible_provisioner/main.tf b/opentofu/modules/ansible_provisioner/main.tf index 0de288e..b836213 100644 --- a/opentofu/modules/ansible_provisioner/main.tf +++ b/opentofu/modules/ansible_provisioner/main.tf @@ -1,6 +1,6 @@ resource "null_resource" "ansible_provisioner" { triggers = { - ip_or_inventory = coalesce(var.vm_ip, var.inventory_file_path) # Choose based on what is provided + ip_or_inventory = coalesce(var.vm_ip, var.inventory_file_path) # Choose based on what is provided } provisioner "local-exec" { -- cgit v1.2.3