Skip to content

Commit

Permalink
remove network config
Browse files Browse the repository at this point in the history
  • Loading branch information
vertism committed Dec 13, 2023
1 parent 9fffcb6 commit 7576b4c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions terraform/environments/cdpt-chaps/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,6 @@ resource "aws_ecs_service" "ecs_service" {
weight = 1
}

network_configuration {
subnets = data.aws_subnets.shared-public.ids
security_groups = [aws_security_group.ecs_service.id]
assign_public_ip = true
}

load_balancer {
target_group_arn = aws_lb_target_group.chaps_target_group.arn
container_name = "${local.application_name}-container"
Expand Down

0 comments on commit 7576b4c

Please sign in to comment.