Files
N8N/terraform/modules/proxmox_ansible_inventory/outputs.tf
2026-05-21 13:12:12 +01:00

8 lines
123 B
HCL

output "filename" {
value = local_file.inventory.filename
}
output "content" {
value = local_file.inventory.content
}