pez-infra/terraform
Rasmus "Pez" Wejlgaard 043c783361
Some checks are pending
Deploy (on merge) / Discover hosts (push) Waiting to run
Deploy (on merge) / Deploy → (push) Blocked by required conditions
Terraform / Plan (push) Waiting to run
Terraform / Apply (push) Blocked by required conditions
Grafana Cloud Migration (#94)
* Grafana Cloud migration, adding dashboards, fleet, alloy and synthetics

* modulize stuff now that we have multiple substantial things in here

* provider updates and new secrets

* remove grafana and prometheus from ansible
2026-05-04 13:40:30 +01:00
..
grafana Grafana Cloud Migration (#94) 2026-05-04 13:40:30 +01:00
hetzner Grafana Cloud Migration (#94) 2026-05-04 13:40:30 +01:00
.gitignore initial commit 2026-03-28 12:39:41 +00:00
main.tf Grafana Cloud Migration (#94) 2026-05-04 13:40:30 +01:00
Makefile initial commit 2026-03-28 12:39:41 +00:00
providers.tf Grafana Cloud Migration (#94) 2026-05-04 13:40:30 +01:00
README.md initial commit 2026-03-28 12:39:41 +00:00
secrets.enc.yaml Grafana Cloud Migration (#94) 2026-05-04 13:40:30 +01:00
vars.tf initial commit 2026-03-28 12:39:41 +00:00

Terraform

Infrastructure-as-code for cloud and edge services. Uses OpenTofu (drop-in Terraform replacement).

What's managed

  • Cloudflare DNS — All pez.sh records (A, CNAME, MX, TXT)

CI/CD

The original GitHub Actions workflow (apply.yml) ran plan on push to master, then applied with manual approval via a prod environment gate. This workflow lived in the standalone pez-terraform repo and would need adapting for the monorepo structure (e.g., path-filtered triggers).

Provider versions

Provider Source Version
Cloudflare cloudflare/cloudflare ~> 5.18
OpenTofu >= 1.6.0

Migrated from

This directory replaces the standalone pez-terraform repo.