Add dashboard UID auto-generation and Gitea CI workflow
This commit is contained in:
4
environments/modules/grafana_contact_points/outputs.tf
Normal file
4
environments/modules/grafana_contact_points/outputs.tf
Normal file
@ -0,0 +1,4 @@
|
||||
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 }
|
||||
}
|
||||
Reference in New Issue
Block a user