diff --git a/main.tf b/main.tf index a5a10d1..97a2e89 100644 --- a/main.tf +++ b/main.tf @@ -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