File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ resource "aws_elasticache_replication_group" "default" {
23
23
# If automatic_failover_enabled is true, the value of this parameter must be at least 2.
24
24
# The maximum permitted value for number_cache_clusters is 6 (1 primary plus 5 replicas).
25
25
# https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Scaling.RedisReplGrps.html
26
- number_cache_clusters = var. number_cache_clusters
26
+ num_cache_clusters = var. number_cache_clusters
27
27
28
28
# The compute and memory capacity of the nodes in the node group (shard).
29
29
# Generally speaking, the current generation types provide more memory and computational power at lower cost
@@ -90,7 +90,7 @@ resource "aws_elasticache_replication_group" "default" {
90
90
apply_immediately = var. apply_immediately
91
91
92
92
# A user-created description for the replication group.
93
- replication_group_description = var. description
93
+ description = var. description
94
94
95
95
# A mapping of tags to assign to the resource.
96
96
tags = merge ({ " Name" = var.name }, var. tags )
You can’t perform that action at this time.
0 commit comments