Hi guys, I’ve been using this package from the off...
# general
m
Hi guys, I’ve been using this package from the official documentation https://www.pulumi.com/registry/packages/grafana/ but it looks like the source repo has been archived https://github.com/lbrlabs/pulumi-grafana/tree/main Also I’m getting an error when trying to create a Grafana SLO:
Copy code
grafana:index:SLO (slo-panel):
    error: 1 error occurred:
        * Unable to create SLO - API: API Error Message:status: 400, body: {"code":400,"error":"SLO failed validation: invalid input - DestinationDatasource field cannot be nil. please refer to the docs here: <https://grafana.com/docs/grafana-cloud/alerting-and-irm/slo/set-up/terraform/#provision-slo-resources> and try using a DestinationDatasourceUID of: grafanacloud-prom"}
Although I don’t see a specific property to set a
DestinationDatasource
in the package docs, where is the best place to ask for support for that?