File tree 1 file changed +3
-11
lines changed
1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -48,14 +48,6 @@ resources. With this Terraform module, you can easily and efficiently set
48
48
up and manage AWS WAF for your Load Balancer, API Gateway, or Cognito
49
49
User Pool.
50
50
51
- Our team has extensive experience working with AWS WAF and has optimized
52
- this module to provide the best possible experience for users. The module
53
- encapsulates all necessary configurations, making it easy to use and
54
- integrate into your existing AWS environment. Whether you are just getting
55
- started with AWS WAF or looking for a more efficient way to manage your
56
- web application firewall, this Terraform module provides a preconfigured
57
- solution for protecting your web applications from common exploits.
58
-
59
51
## Inputs
60
52
61
53
| Name | Description | Type | Default | Required |
@@ -76,9 +68,9 @@ No outputs.
76
68
77
69
## Resources
78
70
79
- - resource.aws_wafv2_ip_set.ip_blocking (main.tf#407 )
80
- - resource.aws_wafv2_web_acl.main (main.tf#20 )
81
- - resource.aws_wafv2_web_acl_association.main (main.tf#425 )
71
+ - resource.aws_wafv2_ip_set.ip_blocking (main.tf#399 )
72
+ - resource.aws_wafv2_web_acl.main (main.tf#12 )
73
+ - resource.aws_wafv2_web_acl_association.main (main.tf#417 )
82
74
83
75
# Examples
84
76
### Basic Example
You can’t perform that action at this time.
0 commit comments