pulumi-grafana icon indicating copy to clipboard operation
pulumi-grafana copied to clipboard

Pulumi provider for Grafana

Results 37 pulumi-grafana issues
Sort by recently updated
recently updated
newest added

When trying to import some synthetic monitoring checks, I get the following go panic: ``` Diagnostics: pulumi:pulumi:Stack (portal-pulumi-prod): 2024/08/08 18:11:45 [DEBUG] GET https://synthetic-monitoring-api-eu-west.grafana.net/api/v1/probe/list 2024/08/08 18:11:45 [DEBUG] GET https://synthetic-monitoring-api-eu-west.grafana.net/api/v1/check/21229 panic: interface...

Hello, We recently upgraded to 0.5.1 and have encountered issues with provisioning Rule Group. We have our rules setup as such ``` staging

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [peter-evans/create-pull-request](https://redirect.github.com/peter-evans/create-pull-request) | action | minor | `v6.0.5` -> `v6.1.0` | --- ### Release...

This PR was generated via `$ upgrade-provider pulumiverse/pulumi-grafana --kind=provider --target-bridge-version=latest`. --- - Upgrading terraform-provider-grafana from 3.2.1 to 3.3.0.

UID should be an accepted parameter when creating dashboards. It [is supported in the HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/dashboard/#create--update-dashboard).

This PR will add an option to set the PagerDuty URL. Based on the Terraform Example [_acc_receiver_types.tf](https://github.com/grafana/terraform-provider-grafana/blob/f70ff2dfe12b48f560012a42a81bb94472565a8c/examples/resources/grafana_contact_point/_acc_receiver_types.tf#L81) I hope this is correct to implement. In the end it should add...