terraform-provider-grafana
Manage Grafana dashboards, alerts, and cloud resources with Terraform
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core