From a363aafd973654281df53ec198bd9653c8f7e338 Mon Sep 17 00:00:00 2001 From: CC Date: Thu, 21 May 2026 17:42:31 +0100 Subject: [PATCH] ci/cd abs path --- terraform/output.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/output.tf b/terraform/output.tf index 0776b42..2330874 100644 --- a/terraform/output.tf +++ b/terraform/output.tf @@ -37,5 +37,5 @@ output "inventory_file" { output "vm_data_file" { description = "Path to the generated VM data file" - value = mod.vm_data.filename + value = module.vm_data.filename }