Skip to content

Commit

Permalink
Merge pull request #7 from bdurrow/cleanup-ignore-asg-desired-count-c…
Browse files Browse the repository at this point in the history
…hanges

Ignore changes to aws_autoscaling_group.ecs_nodes desired_capacity
  • Loading branch information
sugdyzhekov authored Dec 28, 2021
2 parents 9534a6b + ab594ee commit 55692e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions asg.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ resource "aws_autoscaling_group" "ecs_nodes" {

lifecycle {
create_before_destroy = true
ignore_changes = [ "desired_capacity" ]
}

tag {
Expand Down

0 comments on commit 55692e5

Please # to comment.