ci/cd clone

This commit is contained in:
CC
2026-05-21 16:44:03 +01:00
parent edaff5a978
commit 317bf4be62
4 changed files with 267 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ locals {
module "vm-n8n" {
for_each = local.instance_map
source = "./modules/proxmox_ubuntu_cloudinit_template"
source = "./modules/proxmox_ubuntu_cloudinit_clone"
vm_name = each.value.vm_name
node_name = each.value.node_name