From 22de99e32c7aa09d041f142216d843fd94f5ecd9 Mon Sep 17 00:00:00 2001 From: CC Date: Thu, 21 May 2026 13:37:59 +0100 Subject: [PATCH] n8n ci/cd base --- terraform/output.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/output.tf b/terraform/output.tf index 521ce7c..2330874 100644 --- a/terraform/output.tf +++ b/terraform/output.tf @@ -32,10 +32,10 @@ output "vm_tag_data" { output "inventory_file" { description = "Path to the generated Ansible inventory" - value = local_file.inventory.filename + value = module.inventory.filename } output "vm_data_file" { description = "Path to the generated VM data file" - value = local_file.vm_data.filename + value = module.vm_data.filename }