Skip to content

Commit 92d1404

Browse files
committed
update README.md
1 parent d95e1db commit 92d1404

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 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-elasticache/actions/workflows/tfsec.yml">
23+
<img src="https://github.com/clouddrove/terraform-aws-elasticache/actions/workflows/tfsec.yml/badge.svg" alt="tfsec">
24+
</a>
25+
<a href="https://github.com/clouddrove/terraform-aws-elasticache/actions/workflows/terraform.yml">
26+
<img src="https://github.com/clouddrove/terraform-aws-elasticache/actions/workflows/terraform.yml/badge.svg" alt="static-checks">
2127
</a>
2228

2329

@@ -51,7 +57,7 @@ We have [*fifty plus terraform modules*][terraform_modules]. A few of them are c
5157

5258
This module has a few dependencies:
5359

54-
- [Terraform 0.15](https://learn.hashicorp.com/terraform/getting-started/install.html)
60+
- [Terraform 1.x.x](https://learn.hashicorp.com/terraform/getting-started/install.html)
5561
- [Go](https://golang.org/doc/install)
5662
- [github.com/stretchr/testify/assert](https://github.com/stretchr/testify)
5763
- [github.com/gruntwork-io/terratest/modules/terraform](https://github.com/gruntwork-io/terratest)
@@ -73,7 +79,7 @@ Here are some examples of how you can use this module in your inventory structur
7379
```hcl
7480
module "redis" {
7581
source = "clouddrove/elasticache/aws
76-
version = "0.15.0"
82+
version = "1.0.1"
7783
name = "redis"
7884
environment = "test"
7985
label_order = ["environment", "name"]
@@ -94,7 +100,7 @@ Here are some examples of how you can use this module in your inventory structur
94100
```hcl
95101
module "redis-cluster" {
96102
source = "clouddrove/elasticache/aws
97-
version = "0.15.0"
103+
version = "1.0.1"
98104
name = "cluster"
99105
environment = "test"
100106
label_order = ["environment","name"]
@@ -117,7 +123,7 @@ Here are some examples of how you can use this module in your inventory structur
117123
```hcl
118124
module "memcached" {
119125
source = "clouddrove/elasticache/aws
120-
version = "0.15.0"
126+
version = "1.0.1"
121127
name = "memcached"
122128
environment = "test"
123129
label_order = ["environment", "name"]

0 commit comments

Comments
 (0)