1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

Enable log retention for cloudwatch log groups (#387)

* enable log retention for cloudwatch log groups

* revert version bump

* set default retention to 90 days
This commit is contained in:
Yurii Polishchuk
2019-06-13 11:03:34 +03:00
committed by Max Williams
parent 758fdab1ee
commit bf5dae00e1
4 changed files with 16 additions and 0 deletions
+2
View File
@@ -13,6 +13,8 @@ project adheres to [Semantic Versioning](http://semver.org/).
- Added Termination Policy Option to worker ASGs (by @undeadops)
- Update EBS optimized instances type (by @gloutsch)
- Enable log retention for cloudwatch log groups (by @yuriipolishchuk)
### Changed