{"id":22199271,"url":"https://github.com/babbel/terraform-aws-wafv2-dashboard","last_synced_at":"2025-07-27T02:32:03.660Z","repository":{"id":38191620,"uuid":"392963163","full_name":"babbel/terraform-aws-wafv2-dashboard","owner":"babbel","description":"Terraform module creating a CloudWatch Dashboard for a WAFv2","archived":false,"fork":false,"pushed_at":"2023-12-07T17:22:55.000Z","size":42,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":39,"default_branch":"main","last_synced_at":"2023-12-07T18:32:45.233Z","etag":null,"topics":["aws","terraform","terraform-module"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/babbel/wafv2-dashboard/aws","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/babbel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-08-05T08:22:55.000Z","updated_at":"2023-04-06T17:13:38.000Z","dependencies_parsed_at":"2023-01-24T03:45:19.564Z","dependency_job_id":"8f8a5852-2541-4826-8494-50a3427c981f","html_url":"https://github.com/babbel/terraform-aws-wafv2-dashboard","commit_stats":null,"previous_names":[],"tags_count":5,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babbel%2Fterraform-aws-wafv2-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babbel%2Fterraform-aws-wafv2-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babbel%2Fterraform-aws-wafv2-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babbel%2Fterraform-aws-wafv2-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/babbel","download_url":"https://codeload.github.com/babbel/terraform-aws-wafv2-dashboard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227750210,"owners_count":17814129,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","terraform","terraform-module"],"created_at":"2024-12-02T15:13:48.752Z","updated_at":"2024-12-02T15:13:49.593Z","avatar_url":"https://github.com/babbel.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CloudWatch Dashboard for a WAFv2\n\nThis modules creates a CloudWatch Dashboard for a WAFv2 showing the overall `AllowedRequests`, as well as `AllowedRequests`, `CountedRequests`, and `BlockedRequests` for each WAFv2 rule.\n\n## Usage\n\n```tf\nmodule \"wafv2-dashboard\" {\n  source  = \"babbel/wafv2-dashboard/aws\"\n  version = \"~\u003e 1.1\"\n\n  wafv2_web_acl = aws_wafv2_web_acl.example\n}\n```\n\nPlease note: If you want to create a dashbaord for a WAFv2 of a CloudFront distribution and if `us-east-1` is not the region of your default AWS provider, you must specify a `providers` map as well:\n\n```tf\nmodule \"wafv2-dashboard-example\" {\n  source  = \"babbel/wafv2-dashboard/aws\"\n  version = \"~\u003e 1.1\"\n\n  providers = {\n    aws = aws.us-east-1\n  }\n\n  wafv2_web_acl = aws_wafv2_web_acl.example\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabbel%2Fterraform-aws-wafv2-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbabbel%2Fterraform-aws-wafv2-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabbel%2Fterraform-aws-wafv2-dashboard/lists"}