#34 - asg size changes should be ignored - desired_capacity

This commit is contained in:
Bill Wang
2018-06-26 02:36:54 +00:00
parent 5fc2b27e32
commit 541f6351fe

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" {