Skip to content

Commit 0645fac

Browse files
Update Changelog for 1.505.0 (#1129)
Co-authored-by: cloudposse-releaser[bot] <163353533+cloudposse-releaser[bot]@users.noreply.github.com>
1 parent 5440250 commit 0645fac

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# CHANGELOG
22

3+
## 1.505.0
4+
5+
6+
7+
<details>
8+
<summary>fix: account-quota drift reduced @dudymas (#1102)</summary>
9+
## what
10+
11+
- encode values into a `for_each` on service quota resources
12+
13+
## why
14+
15+
- terraform sometimes gets bad state back from the AWS API, so fetched results
16+
ought to be ignored. Instead, input values should be respected as truth.
17+
18+
## references
19+
20+
- AWS CLI
21+
[command to list service quotas](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/service-quotas/list-service-quotas.html) `aws service-quotas list-service-quotas`.
22+
Note where it says "For some quotas, only the default values are available."
23+
- [Medium article](https://medium.com/@jsonk/the-limit-does-not-exist-hidden-visibility-of-aws-service-limits-4b786f846bc0)
24+
explaining how many AWS service limits are not available.
25+
26+
27+
</details>
28+
29+
<details>
30+
<summary>Update Changelog for `1.504.0` @github-actions (#1128)</summary>
31+
Update Changelog for [`1.504.0`](https://github.com/cloudposse/terraform-aws-components/releases/tag/1.504.0)
32+
</details>
33+
34+
35+
336
## 1.504.0
437

538

0 commit comments

Comments
 (0)