mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
* 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
5 lines
131 B
HCL
5 lines
131 B
HCL
resource "grafana_cloud_stack" "pez" {
|
|
name = "pez.grafana.net"
|
|
slug = "pez"
|
|
region_slug = "prod-gb-south-1"
|
|
}
|