<!-- BEGIN_TF_DOCS --> ## Requirements | Name | Version | |------|---------| | <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | 1.3.4 | | <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.10.0 | ## Providers | Name | Version | |------|---------| | <a name="provider_aws"></a> [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 | |------|-------------|------|---------|:--------:| | <a name="input_name"></a> [name](#input\_name) | This is the human-readable name of the WAF. | `string` | n/a | yes | | <a name="input_rule"></a> [rule](#input\_rule) | Map of WAF rules. | `map(any)` | `{}` | no | | <a name="input_scope"></a> [scope](#input\_scope) | WAF scope (cloudfront or regional). | `string` | n/a | yes | | <a name="input_tags"></a> [tags](#input\_tags) | A mapping of tags to assign to all resources. | `map(string)` | `{}` | no | ## Outputs | Name | Description | |------|-------------| | <a name="output_web_acl_arn"></a> [web\_acl\_arn](#output\_web\_acl\_arn) | The web ACL ARN. | <!-- END_TF_DOCS -->