Skip to content

Commit 6852e2e

Browse files
committed
update README.md
1 parent 638c4ff commit 6852e2e

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

+10-4
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-api-gateway/actions/workflows/tfsec.yml">
23+
<img src="https://github.com/clouddrove/terraform-aws-api-gateway/actions/workflows/tfsec.yml/badge.svg" alt="tfsec">
24+
</a>
25+
<a href="https://github.com/clouddrove/terraform-aws-api-gateway/actions/workflows/terraform.yml">
26+
<img src="https://github.com/clouddrove/terraform-aws-api-gateway/actions/workflows/terraform.yml/badge.svg" alt="static-checks">
2127
</a>
2228

2329

@@ -73,7 +79,7 @@ Here are examples of how you can use this module in your inventory structure:
7379
```hcl
7480
module "api-gateway" {
7581
source = "clouddrove/api-gateway/aws"
76-
version = "0.15.0"
82+
version = "1.0.1"
7783
name = "api-gateway"
7884
environment = "test"
7985
label_order = ["name", "environment"]
@@ -131,7 +137,7 @@ Here are examples of how you can use this module in your inventory structure:
131137
```hcl
132138
module "api-gateway" {
133139
source = "clouddrove/api-gateway/aws"
134-
version = "0.14.0"
140+
version = "1.0.1"
135141
136142
name = "api-gateway"
137143
environment = "test"

0 commit comments

Comments
 (0)