1. Packages
  2. Grafana Cloud
Grafana v0.4.2 published on Monday, Apr 15, 2024 by pulumiverse

Grafana Cloud

grafana logo
Grafana v0.4.2 published on Monday, Apr 15, 2024 by pulumiverse

    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:

    pulumiverse/pulumi-grafana

    grafana logo
    Grafana v0.4.2 published on Monday, Apr 15, 2024 by pulumiverse