We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e4581 commit 06a138bCopy full SHA for 06a138b
operations/deployment/terraform/modules/aws/waf/aws_waf.tf
@@ -420,6 +420,4 @@ data "aws_wafv2_rule_group" "example" {
420
count = var.aws_waf_rule_user_arn != "" ? [1] : []
421
name = "var.aws_waf_rule_user_arn"
422
scope = "REGIONAL"
423
-}
424
-
425
-arn:aws:wafv2:us-east-1:755521597925:regional/rulegroup/some/351a2738-39ae-4d00-a864-599d6b3dc225
+}
0 commit comments