n8n ci/cd base

This commit is contained in:
CC
2026-05-21 13:37:59 +01:00
parent bdb341fd29
commit 22de99e32c

View File

@@ -32,10 +32,10 @@ output "vm_tag_data" {
output "inventory_file" { output "inventory_file" {
description = "Path to the generated Ansible inventory" description = "Path to the generated Ansible inventory"
value = local_file.inventory.filename value = module.inventory.filename
} }
output "vm_data_file" { output "vm_data_file" {
description = "Path to the generated VM data file" description = "Path to the generated VM data file"
value = local_file.vm_data.filename value = module.vm_data.filename
} }