1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

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
+4
View File
@@ -14,6 +14,10 @@ resource "aws_autoscaling_group" "workers" {
),
local.asg_tags)
}"]
lifecycle {
ignore_changes = ["desired_capacity"]
}
}
resource "aws_launch_configuration" "workers" {