Skip to content

Commit

Permalink
fix: Remove not required depends_on in aws_lb_target_group (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan-Feith committed Aug 14, 2021
1 parent c50ba24 commit f51ae89
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ resource "aws_lb_target_group" "main" {
},
)

depends_on = [aws_lb.this]

lifecycle {
create_before_destroy = true
}
Expand Down

0 comments on commit f51ae89

Please sign in to comment.