File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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"]
You can’t perform that action at this time.
0 commit comments