Skip to content

Commit

Permalink
fix: reverting the cache node type increasing
Browse files Browse the repository at this point in the history
  • Loading branch information
geekbrother committed Feb 4, 2025
1 parent 7975195 commit d41c8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/redis/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
variable "node_type" {
description = "The instance type to use for the database nodes"
type = string
default = "cache.t4g.medium" # https://aws.amazon.com/elasticache/pricing/?nc=sn&loc=5#On-demand_nodes
default = "cache.t4g.small" # https://aws.amazon.com/elasticache/pricing/?nc=sn&loc=5#On-demand_nodes
}

variable "num_cache_nodes" {
Expand Down

0 comments on commit d41c8d6

Please sign in to comment.