## Requirements | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.3.1 | | [aws](#requirement\_aws) | >= 4.10.0 | ## Providers | Name | Version | |------|---------| | [aws](#provider\_aws) | 4.38.0 | ## Modules No modules. ## Resources | Name | Type | |------|------| | [aws_wafv2_web_acl.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafv2_web_acl) | resource | ## Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | [name](#input\_name) | This is the human-readable name of the WAF. | `string` | n/a | yes | | [rule](#input\_rule) | Map of WAF rules. | `map(any)` | `{}` | no | | [scope](#input\_scope) | WAF scope (cloudfront or regional). | `string` | n/a | yes | | [tags](#input\_tags) | A mapping of tags to assign to all resources. | `map(string)` | `{}` | no | ## Outputs | Name | Description | |------|-------------| | [web\_acl\_arn](#output\_web\_acl\_arn) | The web ACL ARN. |