feat: initial radarr terraform configuration #1
@@ -1,34 +1,34 @@
|
|||||||
variable "custom_formats" {
|
variable "custom_formats" {
|
||||||
type = map(any)
|
type = any
|
||||||
default = {}
|
default = {}
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "quality_profiles" {
|
variable "quality_profiles" {
|
||||||
type = map(any)
|
type = any
|
||||||
default = {}
|
default = {}
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "download_clients" {
|
variable "download_clients" {
|
||||||
type = map(any)
|
type = any
|
||||||
default = {}
|
default = {}
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "indexers" {
|
variable "indexers" {
|
||||||
type = map(any)
|
type = any
|
||||||
default = {}
|
default = {}
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "notifications" {
|
variable "notifications" {
|
||||||
type = map(any)
|
type = any
|
||||||
default = {}
|
default = {}
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "delay_profiles" {
|
variable "delay_profiles" {
|
||||||
type = map(any)
|
type = any
|
||||||
default = {}
|
default = {}
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "root_folders" {
|
variable "root_folders" {
|
||||||
type = map(any)
|
type = any
|
||||||
default = {}
|
default = {}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user