Skip to content

Commit fa952bd

Browse files
committed
update README.md
1 parent 26d5faa commit fa952bd

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,16 @@
1414
<p align="center">
1515

1616
<a href="https://www.terraform.io">
17-
<img src="https://img.shields.io/badge/Terraform-v0.15-green" alt="Terraform">
17+
<img src="https://img.shields.io/badge/Terraform-v1.1.7-green" alt="Terraform">
1818
</a>
1919
<a href="LICENSE.md">
20-
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="Licence">
20+
<img src="https://img.shields.io/badge/License-APACHE-blue.svg" alt="Licence">
21+
</a>
22+
<a href="https://github.com/clouddrove/terraform-aws-subnet/actions/workflows/tfsec.yml">
23+
<img src="https://github.com/clouddrove/terraform-aws-subnet/actions/workflows/tfsec.yml/badge.svg" alt="tfsec">
24+
</a>
25+
<a href="https://github.com/clouddrove/terraform-aws-subnet/actions/workflows/terraform.yml">
26+
<img src="https://github.com/clouddrove/terraform-aws-subnet/actions/workflows/terraform.yml/badge.svg" alt="static-checks">
2127
</a>
2228

2329

@@ -73,7 +79,7 @@ Here are some examples of how you can use this module in your inventory structur
7379
```hcl
7480
module "subnets" {
7581
source = "clouddrove/terraform-aws-subnet/aws"
76-
version = "0.15.0"
82+
version = "0.15.3"
7783
name = "subnets"
7884
environment = "test"
7985
label_order = ["name", "environment"]
@@ -91,7 +97,7 @@ Here are some examples of how you can use this module in your inventory structur
9197
```hcl
9298
module "subnets" {
9399
source = "clouddrove/terraform-aws-subnet/aws"
94-
version = "0.15.0"
100+
version = "0.15.3"
95101
name = "subnets"
96102
environment = "test"
97103
label_order = ["name", "environment"]
@@ -109,7 +115,7 @@ Here are some examples of how you can use this module in your inventory structur
109115
```hcl
110116
module "subnets" {
111117
source = "clouddrove/terraform-aws-subnet/aws"
112-
version = "0.15.0"
118+
version = "0.15.3"
113119
name = "subnets"
114120
environment = "test"
115121
label_order = ["name", "environment"]
@@ -128,7 +134,7 @@ Here are some examples of how you can use this module in your inventory structur
128134
```hcl
129135
module "subnets" {
130136
source = "clouddrove/terraform-aws-subnet/aws"
131-
version = "0.15.0"
137+
version = "0.15.3"
132138
name = "subnets"
133139
environment = "test"
134140
label_order = ["name", "environment"]
@@ -144,7 +150,7 @@ Here are some examples of how you can use this module in your inventory structur
144150
```hcl
145151
module "subnets" {
146152
source = "clouddrove/terraform-aws-subnet/aws"
147-
version = "0.15.0"
153+
version = "0.15.3"
148154
nat_gateway_enabled = true
149155
single_nat_gateway = true
150156
name = "subnets"

0 commit comments

Comments
 (0)