---
title: "Resources | Grafana Labs"
description: "Documentation and references for continued learning"
---

> For a curated documentation index, see [llms.txt](/llms.txt). For the complete documentation index, see [llms-full.txt](/llms-full.txt).

## Documentation

- [Grafana Terraform provider](https://registry.terraform.io/providers/grafana/grafana/latest/docs): all available resources and data sources
- [Provision alerting resources with Terraform](/docs/grafana/latest/alerting/set-up/provision-alerting-resources/terraform-provisioning/): the canonical guide for managing alerting resources with the Grafana Terraform provider
- [Infrastructure as Code with Terraform](/docs/grafana/latest/as-code/infrastructure-as-code/terraform/): guides for managing Grafana Cloud resources
- [Observability as Code overview](/docs/grafana/latest/as-code/observability-as-code/): all as-code tools and approaches
- [Grafana Alerting](/docs/grafana/latest/alerting/): alert rules, contact points, notification policies
- [Export alerting resources](/docs/grafana/latest/alerting/set-up/provision-alerting-resources/export-alerting-resources/): export existing alert rules, contact points, and policies to Terraform HCL

## Tools and references

- [Create and manage a Grafana Cloud stack using Terraform](/docs/grafana/latest/as-code/infrastructure-as-code/terraform/terraform-cloud-stack/): end-to-end stack setup with Terraform
- [provisioning-alerting-examples repository](https://github.com/grafana/provisioning-alerting-examples/tree/main/terraform): working Terraform examples for alerting resources

## Learning paths

- [Deploy an alert rule with Terraform](/docs/learning-paths/deploy-alert-terraform/): hands-on learning path for deploying a complete alerting pipeline with Terraform
- [Configure Grafana with Terraform](/docs/learning-paths/configure-grafana-terraform/): broader learning path covering dashboards, alerts, RBAC, and more

## Related journeys

- [Dashboards as Code with the Foundation SDK](/docs/learning-hub/dashboards-as-code/): define dashboards programmatically and deploy them with Terraform
