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 1415d62 commit f7bc8ef
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 @@ -16,10 +16,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-multi-account-peering/actions/workflows/tfsec.yml">
<img src="https://github.com/clouddrove/terraform-aws-multi-account-peering/actions/workflows/tfsec.yml/badge.svg" alt="tfsec">
</a>
<a href="https://github.com/clouddrove/terraform-aws-multi-account-peering/actions/workflows/terraform.yml">
<img src="https://github.com/clouddrove/terraform-aws-multi-account-peering/actions/workflows/terraform.yml/badge.svg" alt="static-checks">
</a>


Expand Down Expand Up @@ -75,7 +81,7 @@ Here are an example of how you can use this module in your inventory structure:
```hcl
module "vpc-peering" {
source = "clouddrove/multi-account-peering/aws"
version = "0.15.0"
version = "1.0.1"
name = "vpc-peering"
environment = "test"
label_order = ["environment", "name"]
Expand Down

0 comments on commit f7bc8ef

Please sign in to comment.