Merge pull request #36 from ozbillwang/34

#34 - asg size changes should be ignored - desired_capacity
This commit is contained in:
Brandon J. O'Connor
2018-06-26 08:58:38 -07:00
committed by GitHub

View File

@@ -14,6 +14,10 @@ resource "aws_autoscaling_group" "workers" {
), ),
local.asg_tags) local.asg_tags)
}"] }"]
lifecycle {
ignore_changes = ["desired_capacity"]
}
} }
resource "aws_launch_configuration" "workers" { resource "aws_launch_configuration" "workers" {