Files
Alexandr 8f0f9b7f47
Some checks failed
terraform-dev / validate (push) Failing after 47s
terraform-dev / plan (push) Has been skipped
terraform-dev / apply (push) Has been skipped
Apply terraform fmt for CI
2026-03-25 07:31:02 +03:00

5 lines
174 B
HCL

output "contact_point_ids" {
description = "Mapping of contact point names to their IDs"
value = { for k, v in grafana_contact_point.contact_points : k => v.id }
}