diff --git a/infrastructure/dogfood/terraform/aws-tf-module/github.tf b/infrastructure/dogfood/terraform/aws-tf-module/github.tf index ba6dc262ab..38e4f14b57 100644 --- a/infrastructure/dogfood/terraform/aws-tf-module/github.tf +++ b/infrastructure/dogfood/terraform/aws-tf-module/github.tf @@ -96,6 +96,7 @@ data "aws_iam_policy_document" "gha-permissions" { "athena:*", "glue:*", "ses:*", + "wafv2:*", ] resources = ["*"] }