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 May 13, 2022
1 parent 7cf301a commit 2225437
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,16 @@
<p align="center">

<a href="https://www.terraform.io">
<img src="https://img.shields.io/badge/terraform-v0.15-green" alt="Terraform">
<img src="https://img.shields.io/badge/Terraform-v1.1.7-green" alt="Terraform">
</a>
<a href="LICENSE.md">
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="Licence">
<img src="https://img.shields.io/badge/License-APACHE-blue.svg" alt="Licence">
</a>
<a href="https://github.com/clouddrove/terraform-aws-macie/actions/workflows/tfsec.yml">
<img src="https://github.com/clouddrove/terraform-aws-macie/actions/workflows/tfsec.yml/badge.svg" alt="tfsec">
</a>
<a href="https://github.com/clouddrove/terraform-aws-macie/actions/workflows/terraform.yml">
<img src="https://github.com/clouddrove/terraform-aws-macie/actions/workflows/terraform.yml/badge.svg" alt="static-checks">
</a>


Expand Down Expand Up @@ -59,7 +65,7 @@ Here is an example of how you can use this module in your inventory structure:
# use this
module "macie" {
source = "clouddrove/macie/aws"
version = "0.15.0"
version = "1.0.1"
name = "example"
environment = "dev"
label_order = ["name","environment"]
Expand Down

0 comments on commit 2225437

Please sign in to comment.