From 898ee9359f587cb4bc27aaae6c96c1bed20e5848 Mon Sep 17 00:00:00 2001 From: CC Date: Wed, 20 May 2026 23:50:30 +0100 Subject: [PATCH] n8n module test --- terraform/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/main.tf b/terraform/main.tf index edef38c..121d0cf 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -4,7 +4,7 @@ locals { } : var.instances } -module "vm" { +module "each.value.vm_name" { for_each = local.instance_map source = "./modules/proxmox_ubuntu_cloudinit_template"