trussworks / terraform-aws-wafv2

Creates a WAF using AWS WAFv2 and AWS Managed Rule Sets
https://registry.terraform.io/modules/trussworks/wafv2
Apache License 2.0
104 stars 58 forks source link

Relax version contraints to support Terraform 0.14. Update pre-commit hooks #28

Closed dynamike closed 3 years ago

dynamike commented 3 years ago

This will allow folks on Terraform 0.14 to use this module by setting the minimal supported Terraform version. This is aligned with Terraforms best practices around versioning. CI tests will also will be using the same version. Lastly, this PR cleans up the CircleCI config and updates pre-commit hooks.

Resolves https://github.com/trussworks/terraform-aws-wafv2/issues/26