Skip to content

Commit

Permalink
more fixes for #114
Browse files Browse the repository at this point in the history
  • Loading branch information
kunduso committed Nov 27, 2024
1 parent 135ca35 commit 33ebbbe
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 33ebbbe

Please sign in to comment.