Skip to content

Commit

Permalink
Ignore target ARNs
Browse files Browse the repository at this point in the history
  • Loading branch information
qbart committed Jul 15, 2022
1 parent 77642d5 commit 85b6cb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/ecs-cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ resource "aws_autoscaling_group" "this" {

lifecycle {
create_before_destroy = true
ignore_changes = [target_group_arns]
}
}

Expand Down

0 comments on commit 85b6cb3

Please sign in to comment.