diff --git a/modules/prowlarr/variables.tf b/modules/prowlarr/variables.tf index 92ca70d..4f1436c 100644 --- a/modules/prowlarr/variables.tf +++ b/modules/prowlarr/variables.tf @@ -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 = {} }