Skip to content

Commit c5b637a

Browse files
Merge pull request #36 from ozbillwang/34
#34 - asg size changes should be ignored - desired_capacity
2 parents 5fc2b27 + 541f635 commit c5b637a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

workers.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ resource "aws_autoscaling_group" "workers" {
1414
),
1515
local.asg_tags)
1616
}"]
17+
18+
lifecycle {
19+
ignore_changes = ["desired_capacity"]
20+
}
1721
}
1822

1923
resource "aws_launch_configuration" "workers" {

0 commit comments

Comments
 (0)