Files

8 lines
119 B
Terraform
Raw Permalink Normal View History

2026-05-22 21:59:40 +01:00
output "filename" {
value = local_file.vm_data.filename
}
output "content" {
value = local_file.vm_data.content
}