Skip to content

Commit 805066d

Browse files
authored
Merge branch 'infrablocks:main' into ebs-volume-tags-79
2 parents 99bca7a + ae503f0 commit 805066d

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## Unreleased
2+
3+
BACKWARDS INCOMPATIBILITIES / NOTES:
4+
5+
* The `cluster_desired_capacity` is now ignored after the first `apply` of the
6+
module since, in the case of autoscaling or manual scaling, the value may have
7+
changed between `apply`s.
8+
19
## 6.0.0 (February 22th 2023)
210

311
BACKWARDS INCOMPATIBILITIES / NOTES:

asg.tf

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

111111
lifecycle {
112112
create_before_destroy = true
113+
ignore_changes = [
114+
desired_capacity
115+
]
113116
}
114117
}

0 commit comments

Comments
 (0)