Skip to content

Commit

Permalink
Remove AnyAny 80 rule from lb-vault-sg
Browse files Browse the repository at this point in the history
  • Loading branch information
Falpangaea authored Mar 3, 2020
1 parent 46e6c60 commit 63ef3f2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -212,13 +212,6 @@ resource "aws_security_group" "lb-vault-sg" {
vpc_id = data.aws_vpc.vpc.id
tags = local.sg_tags

ingress {
from_port = 80
to_port = 80
protocol = "tcp"
cidr_blocks = ["0.0.0.0/0"]
}

ingress {
from_port = 443
to_port = 443
Expand Down

0 comments on commit 63ef3f2

Please sign in to comment.