4 lines
99 B
HCL
4 lines
99 B
HCL
output "rendered_manifest_path" {
|
|
value = var.enabled ? local_file.rendered[0].filename : null
|
|
}
|