feat: initial prowlarr terraform configuration
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
variable "indexers" {
|
||||
type = map(any)
|
||||
default = {}
|
||||
}
|
||||
|
||||
variable "download_clients" {
|
||||
type = map(any)
|
||||
default = {}
|
||||
}
|
||||
|
||||
variable "tags" {
|
||||
type = map(any)
|
||||
default = {}
|
||||
}
|
||||
Reference in New Issue
Block a user