mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 12:50:05 +01:00
5 lines
124 B
HCL
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 }
|
|
}
|