Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clouddrove-ci committed Feb 6, 2023
1 parent 44af10d commit a9a4fec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
<a href="LICENSE.md">
<img src="https://img.shields.io/badge/License-APACHE-blue.svg" alt="Licence">
</a>
<a href="https://github.com/clouddrove/terraform-aws-waf/actions/workflows/tfsec.yml">
<img src="https://github.com/clouddrove/terraform-aws-waf/actions/workflows/tfsec.yml/badge.svg" alt="tfsec">
</a>
<a href="https://github.com/clouddrove/terraform-aws-waf/actions/workflows/terraform.yml">
<img src="https://github.com/clouddrove/terraform-aws-waf/actions/workflows/terraform.yml/badge.svg" alt="static-checks">
</a>
Expand Down Expand Up @@ -76,6 +79,8 @@ Here is an example of how you can use this module in your inventory structure:
```hcl
module "waf" {
source = "clouddrove/waf/aws"
version = "1.3.0"
name = "waf"
environment = "test"
allow_default_action = true
Expand Down

0 comments on commit a9a4fec

Please sign in to comment.