You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The terraform-provider-grafana currently lacks a data source to retrieve information about Grafana contact points. This limitation hinders effective management of notification policies, especially in environments with multiple teams or complex alert routing configurations.
By introducing a data source to fetch Grafana contact points, we can simplify the configuration of notification policies and improve overall manageability. This data source should support both retrieving a single contact point by name and fetching all configured contact points.
This feature would significantly enhance the capabilities of the terraform-provider-grafana for managing Grafana environments with complex notification requirements.
The text was updated successfully, but these errors were encountered:
Feature Request
Description
The
terraform-provider-grafana
currently lacks a data source to retrieve information about Grafana contact points. This limitation hinders effective management of notification policies, especially in environments with multiple teams or complex alert routing configurations.By introducing a data source to fetch Grafana contact points, we can simplify the configuration of notification policies and improve overall manageability. This data source should support both retrieving a single contact point by name and fetching all configured contact points.
Example data source configurations
Single contact point:
All contact points:
Desired Output
Single contact point:
All contact points:
Conclusion
This feature would significantly enhance the capabilities of the
terraform-provider-grafana
for managing Grafana environments with complex notification requirements.The text was updated successfully, but these errors were encountered: