Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ A Terraform module that creates Web Application Firewall (WAFV2).

- See [Example Codes](https://github.com/aws-ss/terraform-aws-wafv2/tree/main/examples) for full details.

## Tests

This module has unit tests.
To run them, do:

```shell
terraform test
```

<!-- BEGIN_TF_DOCS -->
## Requirements

Expand Down Expand Up @@ -90,4 +99,4 @@ No modules.
| <a name="output_aws_wafv2_id"></a> [aws\_wafv2\_id](#output\_aws\_wafv2\_id) | The ID of the WAF WebACL. |
| <a name="output_aws_wafv2_tags_all"></a> [aws\_wafv2\_tags\_all](#output\_aws\_wafv2\_tags\_all) | Map of tags assigned to the resource, including those inherited from the provider default\_tags configuration block. |
| <a name="output_aws_wafv2_web_acl_logging_configuration_id"></a> [aws\_wafv2\_web\_acl\_logging\_configuration\_id](#output\_aws\_wafv2\_web\_acl\_logging\_configuration\_id) | The Amazon Resource Name (ARN) of the WAFv2 Web ACL. |
<!-- END_TF_DOCS -->
<!-- END_TF_DOCS -->
Loading