grafanagrafanaOfficialยท1 Agent Skills Included

terraform-provider-grafana

Manage Grafana dashboards, alerts, and cloud resources with Terraform

Provisions and manages Grafana dashboards, folders, alerts, users, cloud stacks, and synthetic monitoring checks through Terraform configuration files. Eliminates manual clicking in the Grafana UI and keeps monitoring infrastructure consistent, versioned, and repeatable. Includes a guided workflow that scaffolds new AppPlatform resources with schema, tests, examples, and documentation.
npx skills add grafana/terraform-provider-grafana --all -g -y
Available:

Gives your AI agent the build, test, and architecture rules for this provider so it can add resources, run acceptance tests, and regenerate documentation correctly.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install terraform-provider-grafana?โ–ผ

Run `npx skills add grafana/terraform-provider-grafana --all -g -y` in your terminal to install all skills in this repository globally.

How to manage Grafana dashboards with Terraform?โ–ผ

Declare dashboards, folders, and alerts as Terraform resources in HCL files, then run terraform apply to create and update them in Grafana automatically.

How to add a new AppPlatform resource?โ–ผ

Use the included add-app-platform-resource skill, which scaffolds the resource implementation, acceptance test, example config, and provider registration step by step.

Does this work with Claude Code and other AI coding tools?โ–ผ

Yes. The AGENTS.md and skill files follow open standards and work in Claude Code, Cursor, Codex, and other compatible coding environments.

Do I need a running Grafana instance to test changes?โ–ผ

Unit tests run without Grafana, but acceptance tests need a live instance, which the provided Make targets can start automatically via Docker Compose.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’