We can reference the integration endpoints for the offers in our product modules:
|
endpoints = ["grafana-dashboard"] |
e.g. the solution would be to use module.grafana.endpoints.grafana_dashboard instead of "grafana-dashboard"
this would avoid breaking changes if we update endpoint names in the modules side-effecting in product modules.
We can reference the integration endpoints for the offers in our product modules:
observability-stack/terraform/cos-lite/offers.tf
Line 12 in 9dc2c53
e.g. the solution would be to use
module.grafana.endpoints.grafana_dashboardinstead of "grafana-dashboard"this would avoid breaking changes if we update endpoint names in the modules side-effecting in product modules.