mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-07-04 15:46:16 +00:00
5 lines
170 B
HCL
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"
|
|
}
|