n8n module test

This commit is contained in:
CC
2026-05-20 23:37:12 +01:00
parent 8ff1d263d4
commit 270028981b
4 changed files with 267 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ locals {
module "vm" {
for_each = local.instance_map
source = "git::https://tea.charcarservices.uk/CC/TerraformModules.git//proxmox_ubuntu_cloudinit_template?ref=main"
source = "./modules/proxmox_ubuntu_cloudinit_template"
vm_name = each.value.vm_name
node_name = each.value.node_name