Skip to content

Commit 06a138b

Browse files
committed
Typo
1 parent 00e4581 commit 06a138b

File tree

1 file changed

+1
-3
lines changed
  • operations/deployment/terraform/modules/aws/waf

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,4 @@ data "aws_wafv2_rule_group" "example" {
420420
count = var.aws_waf_rule_user_arn != "" ? [1] : []
421421
name = "var.aws_waf_rule_user_arn"
422422
scope = "REGIONAL"
423-
}
424-
425-
arn:aws:wafv2:us-east-1:755521597925:regional/rulegroup/some/351a2738-39ae-4d00-a864-599d6b3dc225
423+
}

0 commit comments

Comments
 (0)