---
title: "Destination reached! | Grafana Labs"
description: "Congratulations on completing deploy an alert with Terraform learning path. Review what you've accomplished and deploy your resources as code in Grafana."
---

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

# Destination reached!

Congratulations on completing this journey! Job well done!

We hope you’ve enjoyed traveling with us as you:

- Created a Grafana service account token for automated authentication
- Configured the Grafana Terraform provider with your credentials
- Defined a folder, alert rule group, contact point, and notification policy in HCL
- Ran `terraform plan` to safely preview changes before applying
- Deployed the full alerting pipeline with `terraform apply` and verified it in Grafana

## More to explore (optional)

The world is your oyster! Read more about how you can:

- [Export existing alert rules to Terraform HCL](/docs/grafana/latest/alerting/set-up/provision-alerting-resources/export-alerting-resources/) from the Grafana UI
- [Automate with GitHub Actions](/docs/grafana/latest/as-code/infrastructure-as-code/terraform/dashboards-github-action/) to deploy resources on every merge
- [Add mute timings](https://registry.terraform.io/providers/grafana/grafana/latest/docs/resources/mute_timing) to suppress notifications during maintenance windows
- [Explore the Grafana Terraform provider docs](https://registry.terraform.io/providers/grafana/grafana/latest/docs) to manage dashboards, data sources, SLOs, and more
