Skip to content

Commit d5e5079

Browse files
terraform-docs: automated action
1 parent 23aa0e6 commit d5e5079

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

README.md

+3-11
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,6 @@ resources. With this Terraform module, you can easily and efficiently set
4848
up and manage AWS WAF for your Load Balancer, API Gateway, or Cognito
4949
User Pool.
5050

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-
5951
## Inputs
6052

6153
| Name | Description | Type | Default | Required |
@@ -76,9 +68,9 @@ No outputs.
7668

7769
## Resources
7870

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)
8274

8375
# Examples
8476
### Basic Example

0 commit comments

Comments
 (0)