mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-17 23:13:46 +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)
|
local.asg_tags)
|
||||||
}"]
|
}"]
|
||||||
|
|
||||||
|
lifecycle {
|
||||||
|
ignore_changes = ["desired_capacity"]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "aws_launch_configuration" "workers" {
|
resource "aws_launch_configuration" "workers" {
|
||||||
|
|||||||
Reference in New Issue
Block a user