2026-07-16 03:25:30 -03:00

4 lines
99 B
HCL

output "rendered_manifest_path" {
value = var.enabled ? local_file.rendered[0].filename : null
}