Files

5 lines
174 B
Terraform
Raw Permalink Normal View History

output "contact_point_ids" {
description = "Mapping of contact point names to their IDs"
2026-03-25 07:31:02 +03:00
value = { for k, v in grafana_contact_point.contact_points : k => v.id }
}