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

Commit 63ef3f2

Browse files
authored
Remove AnyAny 80 rule from lb-vault-sg
1 parent 46e6c60 commit 63ef3f2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

main.tf

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -212,13 +212,6 @@ resource "aws_security_group" "lb-vault-sg" {
212212
vpc_id = data.aws_vpc.vpc.id
213213
tags = local.sg_tags
214214

215-
ingress {
216-
from_port = 80
217-
to_port = 80
218-
protocol = "tcp"
219-
cidr_blocks = ["0.0.0.0/0"]
220-
}
221-
222215
ingress {
223216
from_port = 443
224217
to_port = 443

0 commit comments

Comments
 (0)