Skip to content

Commit f766e09

Browse files
authored
Merge pull request #93 from jeroenhabets/main
Ignore cluster_desired_capacity following autoscaling
2 parents c9a77d2 + 71e9c1b commit f766e09

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

asg.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,8 @@ resource "aws_autoscaling_group" "cluster" {
9999

100100
lifecycle {
101101
create_before_destroy = true
102+
ignore_changes = [
103+
desired_capacity
104+
]
102105
}
103106
}

0 commit comments

Comments
 (0)