pez-infra/terraform/grafana/vars.tf

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"
}