mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-15 16:23:58 +01:00
Merge pull request #36 from ozbillwang/34
#34 - asg size changes should be ignored - desired_capacity
This commit is contained in:
@@ -14,6 +14,10 @@ resource "aws_autoscaling_group" "workers" {
|
||||
),
|
||||
local.asg_tags)
|
||||
}"]
|
||||
|
||||
lifecycle {
|
||||
ignore_changes = ["desired_capacity"]
|
||||
}
|
||||
}
|
||||
|
||||
resource "aws_launch_configuration" "workers" {
|
||||
|
||||
Reference in New Issue
Block a user