Skip to content

Commit

Permalink
Fixing HIGH security alerts detected by pre-commit, 31stOct
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchimo committed Oct 31, 2023
1 parent a1c1821 commit 59355d6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions examples/ecs-cluster-with-vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,6 @@ module "autoscaling_sg" {
]
number_of_computed_ingress_with_source_security_group_id = 1

# egress_rules = ["http-80-tcp"]

tags = local.tags
}

Expand Down Expand Up @@ -231,9 +229,7 @@ module "alb_sg" {

ingress_rules = ["http-80-tcp"]
ingress_cidr_blocks = ["10.0.0.0/16"]

# egress_rules = ["http-80-tcp"]
egress_cidr_blocks = module.vpc.private_subnets_cidr_blocks
egress_cidr_blocks = module.vpc.private_subnets_cidr_blocks

tags = local.tags
}
Expand Down

0 comments on commit 59355d6

Please sign in to comment.