Skip to content

Commit

Permalink
Merge pull request #1471 from alphagov/api-gateway-for-search
Browse files Browse the repository at this point in the history
Remove privatelink config
  • Loading branch information
sihugh authored Oct 18, 2024
2 parents 7639746 + f809780 commit 874d8a6
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 874d8a6

Please sign in to comment.