Files
N8N/terraform/modules/proxmox_vm_data/outputs.tf

8 lines
119 B
Terraform
Raw Normal View History

2026-05-21 13:12:12 +01:00
output "filename" {
value = local_file.vm_data.filename
}
output "content" {
value = local_file.vm_data.content
}