File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 16
16
<p align =" center " >
17
17
18
18
<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 " >
20
20
</a >
21
21
<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 " >
23
29
</a >
24
30
25
31
@@ -75,7 +81,7 @@ Here are an example of how you can use this module in your inventory structure:
75
81
``` hcl
76
82
module "vpc-peering" {
77
83
source = "clouddrove/multi-account-peering/aws"
78
- version = "0.15.0 "
84
+ version = "1.0.1 "
79
85
name = "vpc-peering"
80
86
environment = "test"
81
87
label_order = ["environment", "name"]
You can’t perform that action at this time.
0 commit comments