You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Describe high-level what changed as a result of these commits (i.e. in plain-english, what do these changes mean?)
13
+
- Use bullet points to be concise and to the point.
14
+
-->
15
+
- add snapshot retention limit
16
+
17
+
## why
18
+
19
+
<!--
20
+
- Provide the justifications for the changes (e.g. business case).
21
+
- Describe why these changes were made (e.g. why do these commits fix the problem?)
22
+
- Use bullet points to be concise and to the point.
23
+
-->
24
+
- Resolves [ElastiCache.1](https://docs.aws.amazon.com/securityhub/latest/userguide/elasticache-controls.html#elasticache-1) (ElastiCache (Redis OSS) clusters should have automatic backups enabled) securityhub control by giving the ability to set this value to a number greater than 0
25
+
26
+
## references
27
+
28
+
<!--
29
+
- Link to any supporting github issues or helpful documentation to add some context (e.g. stackoverflow).
30
+
- Use `closes #123`, if this PR closes a GitHub issue `#123`
31
+
-->
32
+
- Default is 0 https://github.com/cloudposse/terraform-aws-elasticache-redis/blob/9104d9a6a120ae9c90f59c5eb4ea711cc2d2c6bb/variables.tf#L223-L227
33
+
- Module received the feature 5 years ago so no need to update the module version https://github.com/cloudposse/terraform-aws-elasticache-redis/pull/45
34
+
- Related PR #1170 which upgrades the module
35
+
</details>
36
+
37
+
38
+
## 🤖 Automatic Updates
39
+
40
+
<details>
41
+
<summary>Update Changelog for `1.523.0` @github-actions (#1174)</summary>
42
+
Update Changelog for [`1.523.0`](https://github.com/cloudposse/terraform-aws-components/releases/tag/1.523.0)
0 commit comments