We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b4698 commit a451c71Copy full SHA for a451c71
main.tf
@@ -7,7 +7,7 @@ resource "random_id" "salt" {
7
}
8
9
resource "aws_elasticache_replication_group" "redis" {
10
- replication_group_id = format("%.30s", "${var.name}-${var.env}")
+ replication_group_id = format("%.40s", "${var.name}-${var.env}")
11
description = "Terraform-managed ElastiCache replication group for ${var.name}-${var.env}"
12
num_cache_clusters = var.redis_clusters
13
node_type = var.redis_node_type
0 commit comments