Skip to content

Commit 58586c1

Browse files
committed
update README.md
1 parent cfac758 commit 58586c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Here are some examples of how you can use this module in your inventory structur
7979
```hcl
8080
module "redis" {
8181
source = "clouddrove/elasticache/aws
82-
version = "1.0.1"
82+
version = "1.3.0"
8383
name = "redis"
8484
environment = "test"
8585
label_order = ["environment", "name"]
@@ -100,7 +100,7 @@ Here are some examples of how you can use this module in your inventory structur
100100
```hcl
101101
module "redis-cluster" {
102102
source = "clouddrove/elasticache/aws
103-
version = "1.0.1"
103+
version = "1.3.0"
104104
name = "cluster"
105105
environment = "test"
106106
label_order = ["environment","name"]
@@ -123,7 +123,7 @@ Here are some examples of how you can use this module in your inventory structur
123123
```hcl
124124
module "memcached" {
125125
source = "clouddrove/elasticache/aws
126-
version = "1.0.1"
126+
version = "1.3.0"
127127
name = "memcached"
128128
environment = "test"
129129
label_order = ["environment", "name"]

0 commit comments

Comments
 (0)