Skip to content

Commit

Permalink
ElastiCache: Set memcached version to v1.6.22
Browse files Browse the repository at this point in the history
  • Loading branch information
takano32 committed Feb 22, 2024
1 parent dc1fa45 commit b7eb8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elasticache.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resource "aws_security_group" "elasticache" {
resource "aws_elasticache_cluster" "this" {
cluster_id = "${var.prefix}-elasticache-cluster-${var.environment}"
engine = "memcached"
engine_version = "1.6.6"
engine_version = "1.6.22"
node_type = "cache.t2.micro"
num_cache_nodes = 2
parameter_group_name = "default.memcached1.6"
Expand Down

0 comments on commit b7eb8f6

Please sign in to comment.