Skip to content

Commit

Permalink
Merge pull request #1 from niaid/rules_override_any
Browse files Browse the repository at this point in the history
change 'rule_overrides' input variable
  • Loading branch information
grothja authored Sep 22, 2021
2 parents 8bc2305 + 26741d0 commit 5d1b0c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down Expand Up @@ -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)
}
}

0 comments on commit 5d1b0c8

Please sign in to comment.