feat: initial prowlarr terraform configuration #1

Merged
benvin merged 7 commits from feat/initial-config into main 2026-06-30 00:11:48 +10:00
Showing only changes of commit b2e208d3cf - Show all commits
+3 -3
View File
@@ -1,14 +1,14 @@
variable "indexers" {
type = map(any)
type = any
default = {}
}
variable "download_clients" {
type = map(any)
type = any
default = {}
}
variable "tags" {
type = map(any)
type = any
default = {}
}