Skip to content

Commit

Permalink
terraform-aws-modules#34 - asg size changes should be ignored - desir…
Browse files Browse the repository at this point in the history
…ed_capacity
  • Loading branch information
ozbillwang committed Jun 26, 2018
1 parent 5fc2b27 commit 541f635
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions workers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ resource "aws_autoscaling_group" "workers" {
),
local.asg_tags)
}"]

lifecycle {
ignore_changes = ["desired_capacity"]
}
}

resource "aws_launch_configuration" "workers" {
Expand Down

0 comments on commit 541f635

Please sign in to comment.