Skip to content

Commit 7c9e133

Browse files
author
olamide
committed
Remove commented line
1 parent 18d1ffd commit 7c9e133

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

aws/waf/main.tf

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ resource "aws_wafv2_web_acl" "main" {
1414
}
1515

1616
dynamic "rule" {
17-
# for_each = var.header_match_rules == null ? {} : var.header_match_rules
1817
for_each = var.header_match_rules == null ? {} : var.header_match_rules
1918
content {
2019
name = "${rule.value["name"]}-header-match-rule"
@@ -246,4 +245,4 @@ resource "aws_wafv2_ip_set" "block_ip_list" {
246245
scope = var.waf_scope
247246
ip_address_version = "IPV4"
248247
addresses = var.block_ip_list
249-
}
248+
}

0 commit comments

Comments
 (0)