Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdikarimian committed Jul 25, 2023
1 parent 6bafe1e commit 440f8ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/redis-basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module "redis" {
namespace = "redis-basic"
cluster_name = "redis-basic-example"
source = "Mehdikarimian/elasticache-redis-cluster/aws"
version = "1.1.0"
version = "1.2.0"
vpc_id = module.vpc.vpc_id
subnet_ids = module.vpc.private_subnets
node_type = "cache.t3.small"
Expand Down
2 changes: 1 addition & 1 deletion examples/redis-clustered-mode/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module "redis" {
namespace = "redis-cluster-mode"
cluster_name = "redis-cluster-mode-example"
source = "Mehdikarimian/elasticache-redis-cluster/aws"
version = "1.1.0"
version = "1.2.0"
vpc_id = module.vpc.vpc_id
subnet_ids = module.vpc.private_subnets
node_type = "cache.t3.small"
Expand Down
2 changes: 1 addition & 1 deletion examples/redis-replication-group/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module "redis" {
namespace = "redis-replication"
cluster_name = "redis-replication-example"
source = "Mehdikarimian/elasticache-redis-cluster/aws"
version = "1.1.0"
version = "1.2.0"
vpc_id = module.vpc.vpc_id
subnet_ids = module.vpc.private_subnets
node_type = "cache.t3.small"
Expand Down

0 comments on commit 440f8ee

Please sign in to comment.