Files

8 lines
119 B
Terraform
Raw Permalink Normal View History

2026-06-17 13:52:04 +00:00
output "filename" {
value = local_file.vm_data.filename
}
output "content" {
value = local_file.vm_data.content
}