feat: initial prowlarr terraform configuration
ci/woodpecker/pr/pre-commit Pipeline failed
ci/woodpecker/pr/plan Pipeline failed

This commit is contained in:
2026-06-28 22:14:21 +10:00
parent 93a9dbd07f
commit 40c1366f38
14 changed files with 314 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
variable "indexers" {
type = map(any)
default = {}
}
variable "download_clients" {
type = map(any)
default = {}
}
variable "tags" {
type = map(any)
default = {}
}