Skip to content

Commit

Permalink
feat: added kms module and update module
Browse files Browse the repository at this point in the history
  • Loading branch information
theprashantyadav committed May 22, 2023
1 parent d6e181b commit c1d5f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/redis-cluster/example.tf
Expand Up @@ -84,7 +84,7 @@ module "redis-cluster" {

cluster_replication_enabled = true
engine = "redis"
engine_version = "7.0.7"
engine_version = "7.0"
parameter_group_name = "default.redis7.cluster.on"
port = 6379
node_type = "cache.t2.micro"
Expand Down

0 comments on commit c1d5f84

Please sign in to comment.