15 lines
171 B
Terraform
15 lines
171 B
Terraform
variable "indexers" {
|
|
type = any
|
|
default = {}
|
|
}
|
|
|
|
variable "download_clients" {
|
|
type = any
|
|
default = {}
|
|
}
|
|
|
|
variable "tags" {
|
|
type = any
|
|
default = {}
|
|
}
|