Files
terraform-prowlarr/modules/prowlarr/variables.tf
T
unkinben 40c1366f38
ci/woodpecker/pr/pre-commit Pipeline failed
ci/woodpecker/pr/plan Pipeline failed
feat: initial prowlarr terraform configuration
2026-06-28 22:14:21 +10:00

15 lines
186 B
Terraform

variable "indexers" {
type = map(any)
default = {}
}
variable "download_clients" {
type = map(any)
default = {}
}
variable "tags" {
type = map(any)
default = {}
}