Skip to content

Commit

Permalink
Merge pull request #2448 from ministryofjustice/UML-3089
Browse files Browse the repository at this point in the history
UML-3089: upgrade es node
  • Loading branch information
jay-whitwell authored Nov 24, 2023
2 parents 89a9723 + 410407a commit 7762d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/account/region/elasticache.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "aws_elasticache_replication_group" "brute_force_cache_replication_grou
description = "brute force redis cache replication group"
parameter_group_name = "default.redis5.0"
engine_version = "5.0.6"
node_type = "cache.t2.micro"
node_type = "cache.t4g.micro"
engine = "redis"
num_cache_clusters = 2
transit_encryption_enabled = true
Expand Down

0 comments on commit 7762d9c

Please sign in to comment.