File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ resource "aws_secretsmanager_secret_version" "auth" {
28
28
resource "aws_elasticache_replication_group" "app4" {
29
29
automatic_failover_enabled = true
30
30
subnet_group_name = aws_elasticache_subnet_group. elasticache_subnet . name
31
- replication_group_id = " app4 -redis-cluster"
31
+ replication_group_id = " app-4 -redis-cluster"
32
32
description = " ElastiCache cluster for app4"
33
33
node_type = " cache.t2.small"
34
34
parameter_group_name = " default.redis7.cluster.on"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ resource "aws_default_security_group" "default" {
2
2
vpc_id = aws_vpc. this . id
3
3
}
4
4
resource "aws_security_group" "elasticache" {
5
- name = " app4 -elasticache"
5
+ name = " app-4 -elasticache"
6
6
description = " Allow inbound to and outbound access from the Amazon ElastiCache cluster."
7
7
ingress {
8
8
from_port = 6379
You can’t perform that action at this time.
0 commit comments