Skip to content

Commit f7bc8ef

Browse files
committed
update README.md
1 parent 1415d62 commit f7bc8ef

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,16 @@
1616
<p align="center">
1717

1818
<a href="https://www.terraform.io">
19-
<img src="https://img.shields.io/badge/Terraform-v0.15-green" alt="Terraform">
19+
<img src="https://img.shields.io/badge/Terraform-v1.1.7-green" alt="Terraform">
2020
</a>
2121
<a href="LICENSE.md">
22-
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="Licence">
22+
<img src="https://img.shields.io/badge/License-APACHE-blue.svg" alt="Licence">
23+
</a>
24+
<a href="https://github.com/clouddrove/terraform-aws-multi-account-peering/actions/workflows/tfsec.yml">
25+
<img src="https://github.com/clouddrove/terraform-aws-multi-account-peering/actions/workflows/tfsec.yml/badge.svg" alt="tfsec">
26+
</a>
27+
<a href="https://github.com/clouddrove/terraform-aws-multi-account-peering/actions/workflows/terraform.yml">
28+
<img src="https://github.com/clouddrove/terraform-aws-multi-account-peering/actions/workflows/terraform.yml/badge.svg" alt="static-checks">
2329
</a>
2430

2531

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

0 commit comments

Comments
 (0)