pez-infra/terraform/grafana/vars.tf
Rasmus "Pez" Wejlgaard 06552c5b75
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
fix: slight tweaks (#103)
* fix: slight tweaks

* remove vendor
2026-05-09 20:49:46 +01:00

5 lines
170 B
HCL

variable "plex_token" {
type = string
sensitive = true
description = "Plex API token used as a header in the synthetic monitoring check for plex.pez.sh"
}