Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

Commit b411232

Browse files
Merge pull request #52 from filiptepper/patch-1
fixed description for external ELB security group
2 parents b338f56 + e602fc3 commit b411232

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

security-groups/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ resource "aws_security_group" "internal_elb" {
5050
resource "aws_security_group" "external_elb" {
5151
name = "${format("%s-%s-external-elb", var.name, var.environment)}"
5252
vpc_id = "${var.vpc_id}"
53-
description = "Allows internal ELB traffic"
53+
description = "Allows external ELB traffic"
5454

5555
ingress {
5656
from_port = 80

0 commit comments

Comments
 (0)