Skip to content

Commit 2087321

Browse files
authored
Update main.tf
1 parent bf32511 commit 2087321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ resource "aws_elasticache_subnet_group" "redis" {
5858
}
5959

6060
resource "aws_security_group" "redis" {
61-
name_prefix = "${var.name_prefix}-"
61+
name_prefix = "${var.name_prefix}-redis-"
6262
vpc_id = var.vpc_id
6363

6464
tags = merge(

0 commit comments

Comments
 (0)