4 lines
161 B
HCL
4 lines
161 B
HCL
output "template_ids" {
|
|
description = "Map of template-group name → Grafana UID"
|
|
value = { for k, v in grafana_message_template.this : k => v.id }
|
|
}
|