Skip to content

Commit

Permalink
Merge pull request #117 from kunduso/update-infra-stack
Browse files Browse the repository at this point in the history
more fixes for #114
  • Loading branch information
kunduso authored Nov 27, 2024
2 parents 85e012a + 33ebbbe commit 9bfb1f4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions infra/load_balancer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,4 @@ resource "aws_alb_listener" "listener" {
type = "forward"
target_group_arn = aws_lb_target_group.target_group.arn
}
lifecycle {
ignore_changes = [default_action]
}
}

0 comments on commit 9bfb1f4

Please sign in to comment.