Files
autoglue/terraform/modules/taints/outputs.tf
2025-11-03 19:07:15 +00:00

5 lines
124 B
HCL

output "ids" {
description = "Map of taint IDs by key."
value = { for k, r in autoglue_taint.this : k => r.id }
}