Skip to content

Commit

Permalink
Merge pull request #36 from kunduso/create-amazon-elasticache
Browse files Browse the repository at this point in the history
Update security group description
  • Loading branch information
kunduso authored Nov 21, 2023
2 parents 5d04d2a + 16fe013 commit e904c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security_group.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resource "aws_security_group" "elasticache" {
to_port = 6379
protocol = "tcp"
cidr_blocks = [var.vpc_cidr]
description = "Enable access from an Amazon EC2 instance in the VPC"
description = "Enable communication to the Amazon ElastiCache for Redis cluster. "
}
egress {
from_port = 0
Expand Down

0 comments on commit e904c6c

Please sign in to comment.