Skip to content

Commit 7b797ba

Browse files
committed
Typo in ARN
1 parent a045ec2 commit 7b797ba

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ resource "aws_wafv2_web_acl" "waf" {
242242

243243
statement {
244244
rule_group_reference_statement {
245-
arn = data.aws_wafv2_rule_group.user_provided[0].arn
245+
arn = var.aws_waf_rule_user_arn
246246
}
247247
}
248248

0 commit comments

Comments
 (0)