diff --git a/variables.tf b/variables.tf index 61f177c..d596b31 100644 --- a/variables.tf +++ b/variables.tf @@ -10,7 +10,7 @@ variable "rules_to_include" { variable "rule_overrides" { description = "Override the configuration for any managed rule" default = {} - type = map(any) + type = any } variable "rule_packs" { @@ -871,4 +871,4 @@ variable "waf_classic_logging_enabled_parameters" { description = "Input parameters for the waf-classic-logging-enabled rule" default = null type = map(string) -} \ No newline at end of file +}