Files

5 lines
129 B
Terraform
Raw Permalink Normal View History

2026-09-08 00:15:03 -04:00
output "debug" {
description = "For debugging resource or data key values"
value = local.arch_qcow_hash
sensitive = false
}