Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
marcincuber authored Aug 20, 2020
1 parent bf32511 commit 2087321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@ resource "aws_elasticache_subnet_group" "redis" {
}

resource "aws_security_group" "redis" {
name_prefix = "${var.name_prefix}-"
name_prefix = "${var.name_prefix}-redis-"
vpc_id = var.vpc_id

tags = merge(

0 comments on commit 2087321

Please sign in to comment.