You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This terraform module will deploy the following services:
WAFv2 Rule Group
Usage Instructions
Example
module"wafv2_rule_group" {
source="github.com/terrablocks/aws-wafv2-baseline-rule-group.git?ref="# Always use `ref` to point module to a specific version or hashname="baseline-waf-rule-group"scope="REGIONAL"
}
Requirements
Name
Version
terraform
>= 1.8.0
aws
>= 5.0.0
Inputs
Name
Description
Type
Default
Required
block_cloudfront_default_domain
Block all incoming traffic if the request host header contains cloudfront domain. This rule prevents bad actors from bypassing the custom domain to which you have mapped cloudfront domain
Block all incoming traffic if the request host header contains load balancer domain. This rule prevents bad actors from bypassing the custom domain to which you have mapped load balancer domain