Skip to content

Commit fb3dd50

Browse files
committed
test: removing terraform tests
Tests as well as examples are a maintenance overhead. Users of this module who want tests can implement their own by incorporating them into their own wrapper module. In assertions, just refer to `module.module_name.aws_wafv2_rule` instead of `aws_wafv2_web_acl.this.rule`.
1 parent a21760a commit fb3dd50

23 files changed

+1
-11690
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,6 @@ A Terraform module that creates Web Application Firewall (WAFV2).
3333

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

36-
## Tests
37-
38-
This module has unit tests.
39-
To run them, do:
40-
41-
```shell
42-
terraform test
43-
```
44-
4536
<!-- BEGIN_TF_DOCS -->
4637
## Requirements
4738

0 commit comments

Comments
 (0)