Skip to content

Commit

Permalink
Remove privatelink config
Browse files Browse the repository at this point in the history
We have not defined security groups on this NLB, as it's just a pass through to an application load balancer.

Because of that, we don't need the configuration to excuse traffic from the VPC link.
  • Loading branch information
sihugh committed Oct 18, 2024
1 parent 260c150 commit f809780
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ resource "aws_lb" "search_nlb" {
load_balancer_type = "network"
internal = true
subnets = data.terraform_remote_state.infra_networking.outputs.private_subnet_ids

enforce_security_group_inbound_rules_on_private_link_traffic = "off"
}

resource "aws_lb_target_group" "search_api_gateway_tg" {
Expand Down

0 comments on commit f809780

Please sign in to comment.