Files
2026-06-17 13:52:04 +00:00

8 lines
123 B
HCL

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