Skip to content

Commit 6d8d77a

Browse files
committed
Typo
1 parent dff38ec commit 6d8d77a

File tree

1 file changed

+0
-4
lines changed
  • operations/deployment/terraform/modules/aws/waf

1 file changed

+0
-4
lines changed

operations/deployment/terraform/modules/aws/waf/aws_waf.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -375,10 +375,6 @@ resource "aws_wafv2_web_acl_association" "waf_association" {
375375
resource_arn = var.aws_lb_resource_arn
376376
web_acl_arn = aws_wafv2_web_acl.waf[0].arn
377377
}
378-
resource "aws_wafv2_web_acl_logging_configuration" "example" {
379-
log_destination_configs = [aws_cloudwatch_log_group.example.arn]
380-
resource_arn = aws_wafv2_web_acl.example.arn
381-
}
382378

383379
# WAF Logging Configuration (optional)
384380
resource "aws_wafv2_web_acl_logging_configuration" "waf_logging" {

0 commit comments

Comments
 (0)