Grafana v0.7.0 published on Tuesday, Nov 5, 2024 by pulumiverse
Grafana Cloud
The Grafana provider for Pulumi can be used to provision any of the cloud resources available in Grafana Cloud or a self hosted Grafana instance The Grafana provider must be configured with credentials to deploy and update resources in Grafana.
Example
import * as grafana from "@pulumiverse/grafana";
const sa = new grafana.ServiceAccount("example", {
role: "Viewer",
})
import pulumiverse_grafana as grafana
service_account = grafana.ServiceAccount(
"example",
role="Viewer"
)
Issues
This is a community maintained provider. Please file issues and feature requests here: