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 }