Files
VMServiceTemplate/terraform/modules/proxmox_ansible_inventory/outputs.tf

8 lines
123 B
Terraform
Raw Normal View History

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